You are helping me build the following AI agent workflow. ## Goal Sync Lead Replies to CRM and Create Tasks: When a lead replies in your Google Sheet, this workflow updates their GoHighLevel contact record and creates a follow-up task in ClickUp. ## Specification - What it does: You instantly update your lead's GoHighLevel profile and create a ClickUp follow-up task whenever they reply in Google Sheets. This keeps your CRM synchronized with your spreadsheet while automatically logging sync details for easy auditing. - Trigger: Triggered by an event (Scheduled ยท every minute) - Autonomy: Fully hands-off - Expected setup effort: about an afternoon - Tools/services involved: - Google Sheets: Trigger and logging - HighLevel: CRM contact updates - ClickUp: Task creation ## Known pitfalls, handle each one explicitly in your implementation 1. Field ID mismatches will cause silent failures so validate all custom field IDs in GoHighLevel before deployment. 2. Sheet formula errors can break the trigger so ensure the monitoring column contains only plain text values. ## Reference implementation https://n8n.io/workflows/9411 (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-lead-replies-to-crm-and-create-tasks/ via usecasesforagents.com