Hello everyone,
I would like to create a second webhook response in my scenario. Here’s what I’m trying to achieve:
Desired flow:
Custom Webhook → First Webhook Response (notify user “process loading”) → My Scenario Processing → Second Webhook Response (notify user “process completed”)
I want to have:
-
First response: “Process in progress”
-
Second response: “Process completed”
Could you please advise me on how to set this up properly? I’m having trouble understanding how to send multiple responses from the same webhook.
Thank you in advance for your help!