I nearly treated this as a simple AI request: investigate why a retry might have sent a welcome email twice. The harder part was what evidence must exist before the next action.
For this test, I needed to investigate why a retry might have sent a welcome email twice. I sent the request through Telegram so the agent could turn a conversational instruction into controlled work.
The agent organized the information around proof before action, then produced an evidence-first checklist with idempotency, retry, concurrency, and safe verification controls.
It kept an uncertain delivery unresolved and required message IDs, queue events, and idempotency state before recommending another action.
My takeaway: Reconcile uncertain delivery before retrying an external action. In this community, that matters because the result should clarify what evidence must exist before the next action.
Other tools in this category include Lindy, n8n, Make, and Zapier. The tool I use for this Telegram workflow is Orchestero. Which piece of evidence would you require first?