CRM Integrations
/
CRM
Leads Management CRM API
Log inbound prospects, monitor sales pipelines, assign ownership tags, and record conversation histories from a centralized CRM dashboard API.
Create Lead Object
curl -X POST https://api.msgx.in/v1/crm/leads \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "Rahul Sharma",
"phone": "+919999999999",
"email": "rahul@company.com",
"pipeline_stage": "contacted",
"custom_fields": {
"requirement": "Hubspot setup",
"budget": "Hot Lead"
}
}'