cURL
curl --request POST \ --url https://api.eqho.ai/v1/webhooks/call-lead-now \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data '{ "lead_id": "<string>", "lead_list_ids": [ "<string>" ], "conversation_medium": "web_voice", "recall_threshold_in_seconds": 123 }'
{ "created_at": "2021-08-25T00:00:00+00:00", "email": "[email protected]", "first_name": "Jane", "last_name": "Smith", "phone": "+18015551831", "phone_extension": "123" }
Update an existing lead and mark it for immediate calling
Successful Response
The response is of type object.
object
Was this page helpful?