I believe I've resolved it. I included the call ID from the initial webhook in the webhook response, and that appears to have fixed the issue.
I've observed that the webhook response isn't sending any data back to callin.io.
Okay, if I understand correctly, I need to return the result to callin.io in the format shown below. This implies I must parse the HTTP request's resp...
Here is the request and result from callin.io.
I've managed to get it to process, but I'm still unable to retrieve the response back to callin.io.
blueprint.json (50.4 KB)create JSON.txt (69 Bytes)custom webhook.txt (13.0 KB)http GET.txt (1.6 KB) screenshot of senario1680×536 48.8 KB
I'm attempting to post to another website's API. I'll check out the HTTP module. Thanks