v1
latestOpenAPI 3.1.02026-07-1414757122.7 KBcall events
Update call event
Updates a call event. Typically used to finalize call data (duration, recording link, notes).
patch/crm/v1/events/call/{call_event_id}
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
OK