Reputation: 35
I'm trying to understand how to get Flow SID in a callback function.
But I don't know how to catch Flow SID after the call was finished.
Could you help me get variable from studio flow to a callback function of the python server? Probably there is another simple way how to transfer data from studio flow to the callback function.
Upvotes: 0
Views: 586
Reputation: 35
I added 1234566fsddf.ngrok.io/after_call?flow_sid={{flow.sid}} to the widget "Make HTTP request" in Flow Studio (thanks @Alan) and it works!
Upvotes: 1
Reputation: 10781
The Flow SID/Execution SID are exposed in the Trigger Widget.
{{flow.sid}}
{{flow.flow_sid}}
Upvotes: 0