We’re using sync webhook channel, but when we are making external api in a dialog and we trigger the dialog flow using the webhook channel. we get the following response.
{
“data”: [],
“_v”: “v2”,
“pollId”: “c68eee5b6338c8db3289084f353a54b6”
}
The external API is takes less then 3 sec to respond. & the webhook doc for sync channel states 15 sec SLA.
Why is the platform sending the pollid instead of the actually? we changed the timeout setting of the script node to under 7 sec still we see the pollid in the response. Please can you tell us what configuration needs to be looked at.