Neep help! About Webhook

It can be have 2 webhook in one workflow? Problem Is I want to bring UID user but first webhook I use webhook to bring reply token already. So this problem is how to bring UId user ? (I use line application on this flow]. :grimacing:

Not sure what you mean

But the webhook already contains line uid and replyToken at the same payload.

Do you need to get the uid from other place?

I got user ID on flow web hook but In schedule time trigger flow how should I get uID.

Need to store at some place to do the mapping.

line_uid, your_uid
aaaaa, bbbbb

What you can do :

Collect the Line UID when the user message you.
Store the Line UID into google sheet first. Then you can use it when the Schedule Trigger activated

Otherwise you can not get all the Line UID in API.
Unless your Line OA is verified or premium account.

Reference Document

Thank you bro! I will try that way :raised_hands: