v1
latestOpenAPI 3.1.02026-07-1414757122.7 KBcall events
Create call event
Creates a new call event. Used by telephony integrations to log calls in CRM. If task_id is not provided, a task for missed incoming calls is created automatically. If dynamic binding fields (deal_id, lead_id, etc.) are provided, automatic binding is skipped.
post/crm/v1/events/call
Request body
Example request
{
"integration_code": "unitalk_integration",
"external_id": 1,
"tmp_id": 1,
"employees": [
1,
2,
3
],
"contacts": [
1,
2,
3
],
"companies": [
1,
2,
3
],
"subject": "First call",
"begin_time": 1681893335,
"end_time": 1681893685,
"duration": 350,
"note": "Fixed agenda"
}Response
Created