Add a call log
POST {{baseUrl}}/callLogs
Adds a new call log.
Request Body
{"to_phone_number"=>"<string>", "outcome"=>"<string>", "start_time"=>"<dateTime>", "end_time"=>"<dateTime>", "user_id"=>"<integer>", "activity_id"=>"<integer>", "subject"=>"<string>", "duration"=>"<string>", "from_phone_number"=>"<string>", "person_id"=>"<integer>", "org_id"=>"<integer>", "deal_id"=>"<integer>", "lead_id"=>"<uuid>", "note"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":true,"data":{"id":"CAd92b224eb4a39b5ad8fea92ff0e","activity_id":7007,"person_id":333222111,"org_id":123456789,"deal_id":553229734,"subject":"Just call me maybe","duration":"0","outcome":"busy","from_phone_number":"+37277774841","to_phone_number":"+37249234343","has_recording":false,"start_time":"2022-12-12T01:01:01.000Z","end_time":"2022-12-12T01:02:01.000Z","user_id":777707777,"company_id":66660666,"note":"A note for the call log"}}