curl -X POST https://api.ravan.ai/api/v1/contacts/ \ -H "X-Api-Key: YOUR_API_KEY" -H "Content-Type: application/json" \ -d '{"first_name": "John", "last_name": "Smith", "email": "john@example.com", "phone": "+14155550100", "company": "Acme Corp"}'
{ "success": true, "message": "Contact created successfully", "data": { "id": "019d3a2b-5c6d-7e8f-9a0b-1c2d3e4f5a6b", "first_name": "John", "last_name": "Smith", "email": "john@example.com", "phone": "+14155550100", "company": "Acme Corp", "created_at": "2026-03-20T14:30:00Z" } }
Create a new contact in your organization’s CRM. Contacts are linked to call sessions, campaigns, and appointments.
Successful response
Show child attributes