Webhooks. Outbound call event
Katerina Tverdochleb avatar
Written by Katerina Tverdochleb
Updated over a week ago

Sending notifications upon outgoing calls can automate managers' work in the CRM system and help control how they work with missing calls.

Examples of notifications that can be processed before an outgoing call

  • to get a contact card from the CRM system

  • to add call details to the contact card in the CRM system

  • to create an entity in CRM system (task/contact/lead/deal)

  • to assign the entity to the manager who is calling the client

  • to control managers' outgoing calls

  • to control how missed calls are processed

Here, in this file, you can find all the parameters that can be sent by the Outbound call event.

NB! The parameter name should be written in Latin without spaces, otherwise, the data will not be submitted correctly. If you need to submit a parameter name in Cyrillic and/or with spaces, you should provide it in curly brackets. For example: {{parameter name}}

Example of processed parameters in JSON format after the outgoing call

{
"caller":""Support PhonerLite" <supportringostat_example>",
"callee":"380441112233",
"status":"ANSWERED",
"date":"2018-08-13 11:11:11",
"value":0,
"call_duration":50,
"type":"out",
"waiting":27,
"dialog":23,
"record":"3333333333.3333333",
"gaid":"UA-11111111-1",
"record_link":"https://app.ringostat.com/recordings/3333333333.33...
"full_num":"+"Support PhonerLite" <supportringostat_example>",
"call_id":"3333333333.3333333"
"has_recording":"0"
"call_card":"https://app.ringostat.com/project/callcards/card/....
"manager":"4411;4416;4421;5364;5909;6164",
"employee_fio":"Иван Иванов",
"department":"Отдел продаж",
"proper_flag":"1",
"repeated_flag":"0",
"project_id": “0000”,
"staffid":"1111",
"outbound_number":"380671234567",
"calldate_timestamp_micros":“1230219000000000”,
"recording_wav":"https://app.ringostat.com/recordings/ua8_-11111111111.1111111.wav?token=462908f128343fc23862397ddd638953"
}

Did this answer your question?