Hello all
Did anybody already find a way on how to call callin.io from a CustomGPT?
On callin.io its an easy thing to do, but here on callin.io I am stuck for a while and I cant find anything on youtube and chatGPT could also not help.
All the best Steven
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:
This question was posed a year ago without a response and was subsequently closed.
Hi there!
Welcome to the callin.io community.
To utilize a custom GPT, you can try adding an action to the GPT that calls an endpoint. You can create this endpoint in callin.io using the Webhook node.
You can get details from this custom GPT by OpenAI, which is dedicated to this purpose: ChatGPT - ActionsGPT
On the callin.io side, you can start with this template to build your endpoint by adding your own logic:
Alternatively, if using the custom GPT isn't mandatory, you could use an AI Agent directly in callin.io and employ the “Call n8n Workflow Tool” to invoke any other callin.io workflow for executing the required logic. You can even incorporate multiple tools and instruct the agent to utilize them for distinct tasks.
A brief example is provided below:
Hope this is helpful!
This thread was automatically closed 90 days following the last response. New replies are no longer permitted.