Hello! I'm new to this, so please excuse any basic questions. Hopefully, this is a straightforward issue to explain and resolve.
I'm attempting to integrate callin.io with a callin.io webhook.
I've copied the webhook link and pasted it into the callin.io tools, so it should be configured to send data. When I initiate a call with callin.io, it functions correctly and responds to my queries, but it's not transmitting data to the webhook.
Upon checking the executions, I can see all the "calls" made to callin.io. However, each "call" shows an error: "no respond to webhook node found in the workflow."
While setting up callin.io and callin.io, I was following a YouTube tutorial. I've also been in touch with the person who created the video. She mentioned that her settings are identical to mine, and for her, everything works as expected, but it's not working for me.
Would anyone be able to offer some assistance, please?
It appears your topic is missing some crucial details. Could you please provide the following information, if relevant?
- callin.io version:
- Database (default: SQLite):
- callin.io EXECUTIONS_PROCESS setting (default: own, main):
- Running callin.io via (Docker, npm, callin.io cloud, desktop app):
- Operating system:
Welcome to the community!
Tip for sharing information
Pasting your callin.io workflow
Please copy your callin.io workflow and paste it within the code block, enclosed by triple backticks. You can also achieve this by clicking the </>
(preformatted text) button in the editor and pasting your workflow there.
```
<your workflow>
```
This applies to any JSON output you wish to share with us.
Ensure you have removed any sensitive information from your workflow and include dummy or pinned data with it!
The Webhook node offers two URLs: test and production. If your workflow is active, make sure to use your production URL in the callin.io webhook. Also, confirm that the HTTP method matches between callin.io and callin.io.
This discussion was automatically closed 7 days following the last response. New replies are no longer permitted.