cURL
curl --request PATCH \ --url https://api.ravan.ai/api/v1/contacts/{id} \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "first_name": "<string>", "last_name": "<string>", "email": "<string>", "phone": "<string>", "company": "<string>", "metadata": {} } '
{ "success": true, "message": "<string>", "data": { "id": "<string>", "first_name": "<string>", "last_name": "<string>", "email": "<string>", "phone": "<string>", "company": "<string>", "metadata": {}, "created_at": "<string>", "updated_at": "<string>" } }
Update Contact.
Documentation IndexFetch the complete documentation index at: https://docs.ravan.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.ravan.ai/llms.txt
Use this file to discover all available pages before exploring further.
Contact ID
First name
Last name
Email address
Phone number
Company name
Custom metadata
Successful response
Show child attributes