flat-kitchen-56993
06/23/2022, 8:13 PMSTORY_RUN_GUID()
and STORY_RUN_GUID()
always return empty when I call them ? I'm trying to use them the in the Webhook response body.modern-farmer-99434
flat-kitchen-56993
06/23/2022, 8:19 PMred-daybreak-70524
06/23/2022, 8:20 PMflat-kitchen-56993
06/23/2022, 8:21 PMflat-kitchen-56993
06/23/2022, 8:22 PMYou can then use a HTTP Action to respond to the webhook response URL in a later actionHow can we do that ? Any exemple ?
modern-farmer-99434
modern-farmer-99434
modern-farmer-99434
UUID()
in the response?flat-kitchen-56993
06/23/2022, 8:58 PMwhen you're sending a story run guid in an email is it working?Yes. it's working now π But here is what i'm have implemented so far : 1. A Slack view Opened after slash command (via tines webhook) 2. After submission (same webhook), I perform some transformation to test the logical validity of the request. 3. Wen it failing I sending a email to the submitter to aknowledge the request was rejected. (And now the story run guid is well set) What I would like to make as improvement, is to give more quick feed to the submitter in Slack directly: by sending back the stoty guid via the webhook response (submission)
modern-farmer-99434
modern-farmer-99434
flat-kitchen-56993
06/23/2022, 9:15 PM{
"async_response": {
"timeout": 10,
"complete_with": "event-of-action-name-or-id"
}
}
flat-kitchen-56993
06/23/2022, 9:17 PMflat-kitchen-56993
06/23/2022, 9:45 PM