You are helping me build the following AI agent workflow. ## Goal Sync Jotform Leads To Attio CRM And Slack: New Jotform leads trigger Attio CRM updates for contacts and deals, with instant Slack alerts to the sales team. ## Specification - What it does: You instantly receive Slack alerts when new leads arrive from Jotform, ensuring your sales team never misses an opportunity. This process automatically creates or updates contacts and deals in Attio CRM based on the lead details you provide. - Trigger: Triggered by an event (Event ยท on new form submission) - Autonomy: Fully hands-off - Expected setup effort: about an afternoon - Tools/services involved: - Jotform: Capture lead submissions - Attio CRM: Store contacts and manage deal stages - Slack: Notify sales team of updates - HTTP Request: Execute API calls to external services - Code: Logic for checking and creating records ## Known pitfalls, handle each one explicitly in your implementation 1. Slack notifications might fail silently if the webhook URL changes, so add error handling that logs failures to a debug channel for immediate review. ## Reference implementation https://n8n.io/workflows/9515 (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/sync-jotform-leads-to-attio-crm-and-slack/ via usecasesforagents.com