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].
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?
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.
Thank you bro! I will try that way