Zoho CRM
Zoho CRM’s workflow rules can fire webhooks on lead / contact / deal state transitions. Perfect for “thanks for the lead” auto-replies or “deal moved to X stage” notifications.
Setup
1. Copy the Splashify webhook URL
https://apis.splashifypro.com/api/v1/webhooks/integrations/<your-user-id>/zoho_crm2. Create a Zoho CRM workflow rule
crm.zoho.com → Setup → Workflow Rules → Create Rule.
-
Module — Leads (or Contacts / Deals)
-
When to execute — on Record Action → Create (or edit, based on what you want)
-
Conditions — e.g. Lead Source = Website
-
Actions → + Webhook:
Field Value Name Splashify WhatsApp URL to Notify URL from step 1 Method POST Module Leads Body JSON. Map Zoho field → JSON key: { "Phone": "${Leads.Phone}", "First_Name": "${Leads.First_Name}", "Lead_Source": "${Leads.Lead_Source}", "Company": "${Leads.Company}" } -
Save the webhook + attach it to the rule.
3. Configure in Splashify
- API Key / API Secret — optional (for future 2-way sync)
- Phone Field →
Phone(Zoho field names are capitalized) - Variables — map
{{1}}→First_Name, etc. - Enabled → Save.
4. Test
Create a lead that matches your rule — webhook fires within 10 seconds.
Gotchas
- Zoho field names are case-sensitive.
phonewon’t match — usePhoneas stored. - Two-way sync isn’t implemented — inbound webhook only. Contact updates in Splashify don’t flow back to Zoho.
- Signature verification not yet wired for Zoho CRM.