CRM Integration
Sync Leads with Salesforce
To sync collected leads with Salesforce, go to "Integrations" "HR Integrations" "Salesforce" (You can also search for "Salesforce" at the top.) Click "Connect." Log in to your Salesforce account to authorize the connection. That's it! New leads will automatically be added to your Lead list in Salesforce.Few readersIntegrate with Webhooks
Spreadly sends an HTTP POST with a JSON body containing a single lead object whenever a lead is created or updated. Authentication uses an HMAC SHA-256 signature over the raw request body. Typical destinations: Automation platforms (Zapier, Make, n8n) Serverless (AWS Lambda, Vercel, Cloudflare) Custom APIs/middleware Setup In your Spreadly dashboard, go to: Leads → CRM Integrations → Webhook CFew readers