You are helping me build the following AI agent workflow. ## Goal Send SMS On Form Submission: When a new form is submitted in Mautic, the agent instantly sends an SMS alert to stakeholders via Twilio. ## Specification - What it does: Get instant SMS alerts on your phone whenever someone submits a form in Mautic using Twilio. You stay notified immediately without needing to check the platform manually. - Trigger: Triggered by an event (Event ยท on form submission) - Autonomy: Fully hands-off - Expected setup effort: under an hour - Tools/services involved: - Twilio: Send SMS notifications ## Known pitfalls, handle each one explicitly in your implementation 1. Twilio account limits can cause failed sends during high volume, so implement a queueing system like Redis to manage burst traffic. 2. SMS content length restrictions can truncate important details, so design the message builder to prioritize key data and link to full details. ## Reference implementation https://n8n.io/workflows/721 (workflow template) Fetch and inspect this before building. If it matches my stack, adapt it; if not, rebuild the pattern with my tools. ## Process requirements 1. Before building: ask me which of the listed tools I actually use and what my platform is (n8n / Make / code / other). Do not assume. 2. Adapt the pattern to my answers; do not force the reference stack. 3. Address every pitfall above; tell me how you handled each. 4. Provide a test plan I can run before letting this touch real data. 5. Ask before any step that sends messages, modifies data, or spends money. Source: https://usecasesforagents.com/use-case/send-sms-on-form-submission/ via usecasesforagents.com