T
Typebot•2mo ago
T.

ResultID for incoming Webhook

Hi. I'm trying to listen to webhook but got stuck at finding Result ID This is what I found "Where {resultId} is the current user result ID. You can get this ID directly in your typebot flow using a Set variable block with the Result ID value." "This will set your variable with the current result ID. The result ID is the ID that corresponds to a row of your Results table. It can be considered like a User ID for the currently chatting user." I'm not really sure what that means or how to do that in the flow. Can you show me an example on how to do this?
3 Replies
Hall
Hall•2mo ago
Someone will reply to you shortly. In the meantime, this might help:
T.
T.OP•2mo ago
Figured it out 💪 I added a Set Variable block to assign Result ID to TheResultID before sending the HTTP request. Then use the variable (TheResultID) for {resultId} in the webhook link
T.
T.OP•2mo ago
No description

Did you find this page helpful?