I'm attempting to connect an external callin.io workflow to my AI Agent using the Call callin.io Workflow tool. When I try to connect and use the unique identifier from the workflow URL, as per your guide, I receive an "Invalid URL" message.
What is the error message received? Problem in node ‘callin.io’ Invalid URL
Could you please share your workflow?
Please share the output from the last node
Error details
From callin.io
Error code
ERR_INVALID_URL
Other info
Item Index
0
Run Index
0
Node type
n8n-nodes-base.n8n
Node version
1 (Latest)
callin.io version
1.66.0 (Cloud)
Information about your callin.io setup
- callin.io version: 1.66.0
- 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
Ensure to copy your callin.io workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </>
(preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
That implies to any JSON output you would like to share with us.
Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!
What Base URL do you have in the “callin.io account” credentials and where do you have your callin.io instance hosted?
When you mention 'external workflow,' are you referring to a workflow that operates on a different instance? The subworkflow tool does not support this functionality. You would likely need to configure a webhook or use the HTTP Request Tool for this purpose.
Still learning callin.io, but what I mean is when I set up two different workflows within the same project and use the last letters/digits as a reference ID for one another. Does that make sense? To be clear, the setup is within the same project and on the same URL in callin.io cloud.
Hello, I'm encountering the same issue. Has a solution been found yet?