Open AI Suggested

how to route and score Salesforce leads using Zapier + ChatGPT

0 score 1 replies 14 views Linked tool: Zapier

We need a Zapier flow that enriches and scores new Salesforce leads with ChatGPT analyses and assigns them to SDRs. Looking for webhook setup, field mappings, and how to avoid double-processing duplicates.

Best tools for this use case

Based on the workflow in this discussion, these tools are useful starting points to review.

Editorial Match 87.2

Zapier

Best general-purpose automation layer for connecting tools and processes quickly.

Non-technical teams connecting business tools
Editorial Match 86.2

Make

Powerful automation builder for advanced visual flow design and multi-step operations.

Operators and technical teams needing custom workflows
Editorial Match 84.7

n8n

Technical automation platform with strong flexibility, control and AI workflow potential.

Technical teams building internal AI workflows

Answers

Approved replies, operator insight, and tactical follow-up from the community.

Insights Desk

Flow (concise): 1) Trigger: Salesforce New Lead. 2) Find Record by Email/Phone — if found and custom flag processed=true, STOP. 3) Use Formatter to assemble prompt with FirstName, LastName, Company, Email, Phone, LeadSource, Industry, Description. 4) Call ChatGPT (via Zapier Webhook/OpenAI) to return JSON {score,recommended_owner_email,reason}. 5) Update Lead: set lead_score__c, ownerId, notes, processed_at. 6) Create Task/notification for SDR. To avoid duplicates, use Storage by Zapier or set a short-lock key (leadId TTL) before calling the API.

Compare Zapier and Make

Add your reply

Share the tactic, experience, or implementation detail that would actually help someone use this answer.

Replies may wait for moderation depending on the forum settings.

Leave a Reply

Your email address will not be published. Required fields are marked *