When I instruct the AI Agent to draft an email, it only outputs the draft to the Telegram chat and does not proceed to the sub-workflow for drafting. It has the capability to access tools and other sub-workflows.
Output returned by the last node:
json
[
{
“ok”: true,
“result”: {
“message_id”: 166,
“from”: {
“id”: 7604993655,
“is_bot”: true,
“first_name”: “rafaels personal bot”,
“username”: “rafaels_personal_bot”
},
“chat”: {
“id”: 7436356715,
“first_name”: “Rafael”,
“username”: “ragrinenko”,
“type”: “private”
},
“date”: 1740587864,
“text”: “- Recepients email: [support@apple.com](mailto:support@apple.com)n- Subject line: Frage zur Installation des neuesten iOS Updatesnn- Body:nnSehr geehrte Damen und Herren,nnic hhabe eine Frage bezüglich der Installation des neuesten iOS Updates auf meinem iPhone Modell, z.B. iPhone 14 Pro. Ich bin mir unsicher, wie ich vorgehen muss.nnKönnten Sie mir bitte eine detaillierte Anleitung zukommen lassen oder mich auf eine entsprechende Seite auf Ihrer Website verweisen?nnVielen Dank im Voraus für Ihre Unterstützung.nnMit freundlichen Grüßen,nnRafael”,
“entities”: [
{
“offset”: 20,
“length”: 17,
“type”: “email”
}
]
}
}
]
Information on your callin.io setup
- callin.io version: 1.80.3
- Database (default: SQLite):
- callin.io EXECUTIONS_PROCESS setting (default: own, main):
- Running callin.io via (Docker, npm, callin.io cloud, desktop app): callin.io cloud
- Operating system: Windows 11
Hello! Welcome to the community. I notice that your Email Agent is named ResearchAgent
and vice versa.
Perhaps a basic question, but are your sub-workflows enabled?
You were correct. I've implemented the fix, and it initially worked, but I'm encountering the same issue again. Additionally, the output from the parent workflow isn't being passed to the sub-workflow for an unknown reason:
And here is the Email Agent:
No, they are not activated. I am unable to activate a sub-workflow independently. Additionally, it functioned correctly when all other workflows were disabled, and I simply clicked “Test Workflow” on the parent workflow.
The Email agent features two triggers, one of which requires an active workflow. You might consider relocating the Text Classifier to its own dedicated workflow.
I've completed that. It's quite peculiar; the first time I tried it after that, the workflow was invoked but resulted in an error. Subsequently, it stopped calling the workflow altogether.
Parent:
Email Agent:
The performance of your agent is significantly influenced by the model you select, and google/gemini-2.0-flash-exp:free
did not perform optimally in this area. You may consider experimenting with a different model. On a related note, which provider do you utilize for AI services? I observed that you are using the OpenAI Chat model in conjunction with google/gemini-2.0-flash-exp:free
.
I'm utilizing openrouter and have filtered for models capable of using tools. I'll experiment with a different model. Thank you very much for your support up to this point!
No worries, a node for OpenRouter was recently introduced.
Thanks. It's still not functioning. Within the Email Agent, the input data mode is set by the "query" field, but it consistently returns null. Furthermore, the main workflow only invoked the sub-workflow once after my update, and then it stopped executing altogether.
Hello there!
Have you had a chance to look at the execution log for your parent (AI agent) when it completes without invoking the Email writer?
Typically, the agent will provide a message detailing its reasoning and proposed action. This might offer more clues as to why it's not calling the tool or what might be causing confusion.
Could you share the rewritten markdown content? It should be in markdown format.
Here is my Email agent take a look:
This thread was automatically closed 7 days following the last response. New replies are no longer permitted.