Hello, It seems the flow isn't completing. Screenshot 2025-05-20 at 14.43.05690×474 79.3 KB You could try removing the connection to the edit n...
LennOudewater: In this scenario, which node would be most suitable: Split, Switch, Filter, or IF? The workflow needs to follow a specific path based...
Ah, that's great! Yes, a good old restart often resolves many issues, aha!
I've encountered several use cases: AI sales agents with voice capabilities (e.g., to confirm appointments, update calendars via callin.io) Schedul...
Yes, it appears you're calling it too frequently. Reducing the call rate should help. Otherwise, as mentioned, you might be hitting rate limits, which...
Once connected to the workgroup admin workspace, you can publish your Google consent screen authentication for up to 100 users. This means the client ...
You could attempt to add a 'do nothing' node to the workflow that's being invoked by the tool. Have you checked the past executions of the workflow be...
Sounds like an interesting project! In Telegram, you can utilize the trigger node, which uses POST requests. You would call this endpoint with your ...
You can utilize a switch node to manage the flow between your main and sub-workflows. Ensure your primary AI agent formats the data into a structured ...
Try running the agent in the same row. You should be able to access them then. So, from Google Docs, connect all agents in a row into a final edit nod...
Also, you could consider using an OCR tool or Google Document AI, which I discovered recently and might be helpful. Alternatively, you might only ne...
You could invoke another workflow as a tool and have it wait for that workflow to complete?
It's possible the AI agent requires a system prompt. Also, perhaps adding a 'do nothing' node to the last node of the MCP trigger might yield better r...
horsewalrus: I'm running a local instance of callin.io using Docker on Windows. Here's my objective: I have a local directory on my Windows machi...
You need to connect a domain to your callin.io instance for callback URLs, especially when setting up OAuths. Could you please share your current wo...