{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"d89afcad-ed34-4a00-baec-88787e4b4824","name":"3CX WebHooks & Call Control API","description":"# **3CX Webhooks Usage & Web API Examples**\n\n**POST SCHEMA**\n\nSet WebhooksApi.ini file:\n\n- **WEBHOOK_URL =** for POST requests\n- **HTTP_REQUEST_METHOD_POST** = 1\n    \n\n#### Incoming successful call\n\n| Event | Webhook |\n| --- | --- |\n| The call goes to the IVR | { \"Event\": \"ringing\", \"Callerid\": \"05551239988\", \"User\": \"800\", \"Usertype\": \"other\", \"Did\": \"\", \"Id\": \"230307114903_10-0\" } |\n| The call is placed in the queue | { \"Event\": \"ringing\", \"Callerid\": \"05551239988\", \"User\": \"820\", \"Usertype\": \"queue\", \"Did\": \"\", \"Id\": \"230307114903_10-0\" } |\n| The phone rings | { \"Event\": \"ringing\", \"Callerid\": \"05551239988\", \"User\": \"202\", \"Usertype\": \"ext\", \"Did\": \"\", \"Id\": \"230307114903_10-0\" } |\n| The operator picks up the phone | { \"Event\": \"incomingcall_started\", \"Callerid\": 05551239988\", \"User\": \"202\", \"Trtype\": \"NotDef\", \"Did\": \"\", \"Id\": \"230307114903_10-1\" } |\n| End of call | { \"Event\": \"incoming\", \"Callerid\": \"05551239988\",  <br>\"User\": \"202\", \"Finishtype\": \"Ok\", \"Transfer\": \"False\", \"Did\": \"\", \"Duration\": \"00:06\", \"Id\": \"230307140234_35-1\" } |\n| The recording of the conversation is ready | { \"Event\": \"recording\", \"FileUrls\": \\[ \"[https://FQDN:5001/webapi/recording/230307140234_35-1-1.mp3\"](https://k2m.3cx.com.tr:5001/webapi/recording/230307140234_35-1-1.mp3) \\],  <br>\"Callerid\": \"05551239988\", \"User\": \"202\", \"Id\": \"230307140234_35-1\" } |\n\n#### Incoming successful attended transfer call\n\n| Event | Webhook |\n| --- | --- |\n| The call goes to the IVR | {  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"800\",  <br>\"Usertype\": \"other\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307142318_40-0\"  <br>} |\n| The call is placed in the queue | {  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"820\",  <br>\"Usertype\": \"queue\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307142318_40-0\"  <br>} |\n| The phone rings | {  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Usertype\": \"ext\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307142318_40-0\"  <br>} |\n| The operator picks up the phone | {  <br>\"Event\": \"incomingcall_started\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Trtype\": \"NotDef\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307142318_40-1\"  <br>} |\n| Attended transfer success | {  <br>\"Event\": \"incomingcall_started\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"204\",  <br>\"Trtype\": \"Attended\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307142318_40-2\"  <br>} |\n| The operator calling 2nd extension for attended transfer | {  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"204\",  <br>\"Usertype\": \"ext\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307142318_40-1\"  <br>} |\n| Joining calls success | {  <br>\"Event\": \"incoming\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Finishtype\": \"Ok\",  <br>\"Transfer\": \"True\",  <br>\"Did\": \"\",  <br>\"Duration\": \"00:14\",  <br>\"Id\": \"230307142318_40-1\"  <br>} |\n| End of call | {  <br>\"Event\": \"incoming\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"204\",  <br>\"Finishtype\": \"Ok\",  <br>\"Transfer\": \"False\",  <br>\"Did\": \"\",  <br>\"Duration\": \"00:06\",  <br>\"Id\": \"230307142318_40-2\"  <br>} |\n| The recording of the conversation is ready for 1st extension | {  <br>\"Event\": \"recording\",  <br>\"FileUrls\": \\[  <br>\"[https://](https://k2m.3cx.com.tr:5001/webapi/recording/230307142318_40-2-1.mp3)[FQDN](https://k2m.3cx.com.tr:5001/webapi/recording/230307140234_35-1-1.mp3)[:5001/webapi/recording/230307142318_40-2-1.mp3\"](https://k2m.3cx.com.tr:5001/webapi/recording/230307142318_40-2-1.mp3)  <br>\\],  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"204\",  <br>\"Id\": \"230307142318_40-2\"  <br>} |\n| The recording of the conversation is ready for 2nd extension | {  <br>\"Event\": \"recording\",  <br>\"FileUrls\": \\[  <br>\"[https://](https://k2m.3cx.com.tr:5001/webapi/recording/230307142318_40-1-1.mp3)[FQDN](https://k2m.3cx.com.tr:5001/webapi/recording/230307140234_35-1-1.mp3)[:5001/webapi/recording/230307142318_40-1-1.mp3\"](https://k2m.3cx.com.tr:5001/webapi/recording/230307142318_40-1-1.mp3)  <br>\\],  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Id\": \"230307142318_40-1\"  <br>} |\n\n#### Incoming successful blind transfer call\n\n| Event | Webhook |\n| --- | --- |\n| The call goes to the IVR | {  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"800\",  <br>\"Usertype\": \"other\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307144544_42-0\"  <br>} |\n| The call is placed in the queue | {  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"820\",  <br>\"Usertype\": \"queue\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307144544_42-0\"  <br>} |\n| The phone rings | {  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Usertype\": \"ext\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307144544_42-0\"  <br>} |\n| The operator picks up the phone | {  <br>\"Event\": \"incomingcall_started\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Trtype\": \"NotDef\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307144544_42-1\"  <br>} |\n| The operator calls 2nd extension for blind transfer | {  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"204\",  <br>\"Usertype\": \"ext\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307144544_42-1\"  <br>} |\n| 2nd operator picks up phone | {  <br>\"Event\": \"incomingcall_started\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"204\",  <br>\"Trtype\": \"Blind\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307144544_42-2\"  <br>} |\n| End of call | {  <br>\"Event\": \"incoming\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"204\",  <br>\"Finishtype\": \"Ok\",  <br>\"Transfer\": \"False\",  <br>\"Did\": \"\",  <br>\"Duration\": \"00:04\",  <br>\"Id\": \"230307144544_42-2\"  <br>} |\n| The recording of the conversation is ready for 2nd extension | {  <br>\"Event\": \"recording\",  <br>\"FileUrls\": \\[  <br>\"[https://](https://k2m.3cx.com.tr:5001/webapi/recording/230307144544_42-2-1.mp3)[FQDN](https://k2m.3cx.com.tr:5001/webapi/recording/230307140234_35-1-1.mp3)[:5001/webapi/recording/230307144544_42-2-1.mp3\"](https://k2m.3cx.com.tr:5001/webapi/recording/230307144544_42-2-1.mp3)  <br>\\],  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"204\",  <br>\"Id\": \"230307144544_42-2\"  <br>} |\n| The recording of the conversation is ready for 1st extension | {  <br>\"Event\": \"recording\",  <br>\"FileUrls\": \\[  <br>\"[https://](https://k2m.3cx.com.tr:5001/webapi/recording/230307144544_42-1-1.mp3)[FQDN](https://k2m.3cx.com.tr:5001/webapi/recording/230307140234_35-1-1.mp3)[:5001/webapi/recording/230307144544_42-1-1.mp3\"](https://k2m.3cx.com.tr:5001/webapi/recording/230307144544_42-1-1.mp3)  <br>\\],  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Id\": \"230307144544_42-1\"  <br>} |\n\n#### Incoming missed call\n\n| Event | Webhook |\n| --- | --- |\n| The call goes to the IVR | { \"Event\": \"ringing\", \"Callerid\": \"05551239988\", \"User\": \"800\", \"Usertype\": \"other\", \"Did\": \"\", \"Id\": \"230307115339_12-0\" } |\n| The call is placed in the queue | { \"Event\": \"ringing\", \"Callerid\": \"05551239988\", \"User\": \"820\", \"Usertype\": \"queue\", \"Did\": \"\", \"Id\": \"230307115339_12-0\" } |\n| The phone rings | { \"Event\": \"ringing\", \"Callerid\": \"05551239988\", \"User\": \"202\", \"Usertype\": \"ext\", \"Did\": \"\", \"Id\": \"230307115339_12-0\" } |\n| End of call | { \"Event\": \"incoming\", \"Callerid\": \"05551239988\", \"User\": \"820\", \"Finishtype\": \"Missed\", \"Transfer\": \"False\", \"Did\": \"\", \"Duration\": \"\", \"Id\": \"230307115339_12-0\" } |\n\n#### Incoming successful Ring Group call (Prioritized Hunt)\n\n| **Event** | **Webhook** |\n| --- | --- |\n| The call goes to the IVR | {  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"800\",  <br>\"Usertype\": \"other\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307150805_46-0\"  <br>} |\n| The call is placed in the ring group | {  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Usertype\": \"ext\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307150805_46-0\"  <br>} |\n| The operator picks up phone | {  <br>\"Event\": \"incomingcall_started\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Trtype\": \"NotDef\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307150805_46-1\"  <br>} |\n| End of call | {  <br>\"Event\": \"incoming\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Finishtype\": \"Ok\",  <br>\"Transfer\": \"False\",  <br>\"Did\": \"\",  <br>\"Duration\": \"00:04\",  <br>\"Id\": \"230307150805_46-1\"  <br>} |\n| The recording of the conversation is ready | {  <br>\"Event\": \"recording\",  <br>\"FileUrls\": \\[  <br>\"[https://](https://k2m.3cx.com.tr:5001/webapi/recording/230307150805_46-1-1.mp3)[FQDN](https://k2m.3cx.com.tr:5001/webapi/recording/230307140234_35-1-1.mp3)[:5001/webapi/recording/230307150805_46-1-1.mp3\"](https://k2m.3cx.com.tr:5001/webapi/recording/230307150805_46-1-1.mp3)  <br>\\],  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Id\": \"230307150805_46-1\"  <br>} |\n\n#### Incoming missed Ring Group call (Prioritized Hunt)\n\n|  |  |\n| --- | --- |\n| The call goes to the IVR | {  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"800\",  <br>\"Usertype\": \"other\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307152031_50-0\"  <br>} |\n| The call is placed in the ring group | {  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Usertype\": \"ext\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307152031_50-0\"  <br>} |\n| End of call | {  <br>\"Event\": \"incoming\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Finishtype\": \"Missed\",  <br>\"Transfer\": \"False\",  <br>\"Did\": \"\",  <br>\"Duration\": \"\",  <br>\"Id\": \"230307152031_50-0\"  <br>} |\n\n#### Incoming successful Ring Group call (RingAll)\n\n| **Event** | **Webhook** |\n| --- | --- |\n| The call goes to the IVR | {  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"800\",  <br>\"Usertype\": \"other\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307151412_47-0\"  <br>} |\n| The call is placed in the ring group | {  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Usertype\": \"ext\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307151412_47-0\"  <br>} |\n| The call is placed in the ring group | {  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"204\",  <br>\"Usertype\": \"ext\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307151412_47-0\"  <br>} |\n| The operator picks up phone | {  <br>\"Event\": \"incomingcall_started\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Trtype\": \"NotDef\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307151412_47-1\"  <br>} |\n| The call ends | {  <br>\"Event\": \"incoming\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Finishtype\": \"Ok\",  <br>\"Transfer\": \"False\",  <br>\"Did\": \"\",  <br>\"Duration\": \"00:05\",  <br>\"Id\": \"230307151412_47-1\"  <br>} |\n| The recording of the conversation is ready | {  <br>\"Event\": \"recording\",  <br>\"FileUrls\": \\[  <br>\"[https://](https://k2m.3cx.com.tr:5001/webapi/recording/230307151412_47-1-1.mp3)[FQDN](https://k2m.3cx.com.tr:5001/webapi/recording/230307140234_35-1-1.mp3)[:5001/webapi/recording/230307151412_47-1-1.mp3\"](https://k2m.3cx.com.tr:5001/webapi/recording/230307151412_47-1-1.mp3)  <br>\\],  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Id\": \"230307151412_47-1\"  <br>} |\n\n#### Incoming missed Ring Group call (RingAll)\n\n| **Event** | **Webhook** |\n| --- | --- |\n| The call goes to the IVR | {  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"800\",  <br>\"Usertype\": \"other\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307152319_52-0\"  <br>} |\n| The call is placed in the ring group | {  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Usertype\": \"ext\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307152319_52-0\"  <br>} |\n| The call is placed in the ring group | {  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"204\",  <br>\"Usertype\": \"ext\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307152319_52-0\"  <br>} |\n| The call ends | {  <br>\"Event\": \"incoming\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"204\",  <br>\"Finishtype\": \"Missed\",  <br>\"Transfer\": \"False\",  <br>\"Did\": \"\",  <br>\"Duration\": \"\",  <br>\"Id\": \"230307152319_52-0\"  <br>} |\n\n#### Outgoing successful call\n\n| Event | Webhook |\n| --- | --- |\n| Dialing a number | { \"Event\": \"dialing\", \"Callerid\": \"05551239988\", \"User\": \"117\", \"Id\": \"230307135611_31-0\" } |\n| The subscriber responds | { \"Event\": \"outgoingcall_started\", \"Callerid\": \"05551239988\", \"User\": \"117\", \"Trtype\": \"NotDef\", \"Did\": \"\", \"Id\": \"230307135611_31-1\" } |\n| The call ends | { \"Event\": \"outgoing\", \"Callerid\": \"05551239988\", \"User\": \"117\", \"Finishtype\": \"Ok\", \"Transfer\": \"False\", \"Did\": \"\", \"Duration\": \"00:05\", \"Id\": 30307135611_31-1\"} |\n| The recording of the conversation is ready | { \"Event\": \"recording\", \"FileUrls\": \\[ \"[https://](https://k2m.3cx.com.tr:5001/webapi/recording/230307135611_31-1-1.mp3)[FQDN](https://k2m.3cx.com.tr:5001/webapi/recording/230307140234_35-1-1.mp3)[:5001/webapi/recording/230307135611_31-1-1.mp3\"](https://k2m.3cx.com.tr:5001/webapi/recording/230307135611_31-1-1.mp3) \\],  <br>\"Callerid\": \"05551239988\", \"User\": \"117\", \"Id\": \"230307135611_31-1\"} |\n\n#### Outgoing unsuccessful call\n\n| Event | Webhook |\n| --- | --- |\n| Dialing a number | { \"Event\": \"dialing\", \"Callerid\": \"05551239988\", \"User\": \"117\", \"Id\": \"230307140011_32-0\" } |\n| The call ends | { \"Event\": \"outgoing\", \"Callerid\": \"05551239988\", \"User\": \"117\", \"Finishtype\": \"Missed\", \"Transfer\": \"False\", \"Did\": \"\", \"Duration\": \"\", \"Id\": \"230307140011_32-0\" } |\n\n#### MakeCall successful call\n\n| **Event** | **Webhook** |\n| --- | --- |\n| Dialing a number | {  <br>\"Event\": \"dialing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Id\": \"230307154408_63-0\"  <br>} |\n| The subscriber responds | {  <br>\"Event\": \"outgoingcall_started\",  <br>\"Callerid\": \"MAKECALL\",  <br>\"User\": \"117\",  <br>\"Trtype\": \"NotDef\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307154408_63-1\"  <br>} |\n| The call ends | {  <br>\"Event\": \"outgoing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Finishtype\": \"Ok\",  <br>\"Transfer\": \"False\",  <br>\"Did\": \"\",  <br>\"Duration\": \"00:04\",  <br>\"Id\": \"230307154408_63-1\"  <br>} |\n| The recording of the conversation is ready | {  <br>\"Event\": \"recording\",  <br>\"FileUrls\": \\[  <br>\"[https://](https://k2m.3cx.com.tr:5001/webapi/recording/230307154408_63-1-1.mp3)[FQDN](https://k2m.3cx.com.tr:5001/webapi/recording/230307140234_35-1-1.mp3)[:5001/webapi/recording/230307154408_63-1-1.mp3\"](https://k2m.3cx.com.tr:5001/webapi/recording/230307154408_63-1-1.mp3)  <br>\\],  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Id\": \"230307154408_63-1\"  <br>} |\n\n#### MakeCall successful call\n\n| **Event** | **Webhook** |\n| --- | --- |\n| Dialing a number | {  <br>\"Event\": \"dialing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Id\": \"230307155208_64-0\"  <br>} |\n| Extension hangs up call | {  <br>\"Event\": \"outgoing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Finishtype\": \"Missed\",  <br>\"Transfer\": \"False\",  <br>\"Did\": \"\",  <br>\"Duration\": \"\",  <br>\"Id\": \"230307155409_66-0\"  <br>} |\n\n### GET Scheme\n\nSet WebhooksApi.ini file:\n\n- **WEBHOOK_URL =** for GET requests\n- **HTTP_REQUEST_METHOD_POST** = 0\n    \n\n3CX WebAPI will start generating GET webhooks according to the same time as the events\n\n#### Incoming successful call\n\n| Event | Webhook |\n| --- | --- |\n| The call goes to the IVR | event=ringing&callerid=420774852629&user=800&usertype=other&did=DID-420222000320&id=230102104542_15-0 |\n| The call is placed in the queue | event=ringing&callerid=420774852629&user=804&usertype=queue&did=DID-420222000320&id=230102104542_15-0 |\n| The phone rings | event=ringing&callerid=420774852629&user=102&usertype=ext&did=DID-420222000320&id=230102104542_15-0 |\n| The operator picks up the phone | event=hangupincoming&callerid=420774852629&user=102&did=DID-420222000320&trtype=NotDef&id=230102104542_15-1 |\n| End of call | event=incoming&callerid=420774852629&user=102&finishtype=Ok&transfer=False&did=DID-420222000320&title=DID-420222000320:Answered call from 420774852629 (0:07)&id=230102104542_15-1 |\n\n#### Incoming missed call\n\n| Event | Webhook |\n| --- | --- |\n| The call goes to the IVR | event=ringing&callerid=420774852629&user=800&usertype=other&did=DID-420222000320&id=230102104542_15-0 |\n| The call is placed in the queue | event=ringing&callerid=420774852629&user=804&usertype=queue&did=DID-420222000320&id=230102104542_15-0 |\n| The phone rings | event=ringing&callerid=420774852629&user=102&usertype=ext&did=DID-420222000320&id=230102104542_15-0 |\n| End of call | event=incoming&callerid=420774852629&user=804&finishtype=Missed&transfer=False&did=DID-420222000320&title=DID-420222000320:Missed call by queue 804 from 420774852629&id=230102154720_16-0 |\n\n#### Outgoing successful call\n\n| Event | Webhook |\n| --- | --- |\n| Dialing a number | event=dialing&callerid=420774852629&user=102&id=230102184431_17-0 |\n| The subscriber responds | event=hangupoutgoing&callerid=420774852629&user=102&did=&trtype=NotDef&id=230102185935_18-1 |\n| The call ends | event=outgoing&callerid=420774852629&user=102&finishtype=Ok&transfer=False&did=&title=Successful call to 420774852629 (0:06)&id=230102185935_18-1 |\n| The recording of the conversation is ready | ‘[https://3CXDQDN:5001/webapi/recording/230102185935_18-1-1.mp3’](https://3CXDQDN:5001/webapi/recording/230102185935_18-1-1.mp3’) |\n\n#### Outgoing unsuccessful call\n\n| Event | Webhook |\n| --- | --- |\n| Dialing a number | event=dialing&callerid=420774852629&user=102&id=230102184431_17-0 |\n| The call ends | event=outgoing&callerid=420774852629&user=102&finishtype=Missed&transfer=False&did=&title=Unanswered call to 420774852629&id=230102184431_17-0 |","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"4071112","team":6591713,"collectionId":"d89afcad-ed34-4a00-baec-88787e4b4824","publishedId":"2s93JoxR6P","public":true,"publicUrl":"https://documenter-api.postman.tech/view/4071112/2s93JoxR6P","privateUrl":"https://go.postman.co/documentation/4071112-d89afcad-ed34-4a00-baec-88787e4b4824","customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"documentationLayout":"classic-single-column","customisation":null,"version":"8.10.1","publishDate":"2023-03-07T14:08:44.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{},"logos":{}},"statusCode":200},"environments":[],"user":{"authenticated":false,"permissions":{"publish":false}},"run":{"button":{"js":"https://run.pstmn.io/button.js","css":"https://run.pstmn.io/button.css"}},"web":"https://www.getpostman.com/","team":{"logo":"https://res.cloudinary.com/postman/image/upload/t_team_logo_pubdoc/v1/team/f1cc3ea9d38bff6ce331086ba997ec4eea4bfa0ac4d642e497c1ac0391ca0064","favicon":""},"isEnvFetchError":false,"languages":"[{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"HttpClient\"},{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"RestSharp\"},{\"key\":\"curl\",\"label\":\"cURL\",\"variant\":\"cURL\"},{\"key\":\"dart\",\"label\":\"Dart\",\"variant\":\"http\"},{\"key\":\"go\",\"label\":\"Go\",\"variant\":\"Native\"},{\"key\":\"http\",\"label\":\"HTTP\",\"variant\":\"HTTP\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"OkHttp\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"Unirest\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"Fetch\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"jQuery\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"XHR\"},{\"key\":\"c\",\"label\":\"C\",\"variant\":\"libcurl\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Axios\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Native\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Request\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Unirest\"},{\"key\":\"objective-c\",\"label\":\"Objective-C\",\"variant\":\"NSURLSession\"},{\"key\":\"ocaml\",\"label\":\"OCaml\",\"variant\":\"Cohttp\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"cURL\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"Guzzle\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"HTTP_Request2\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"pecl_http\"},{\"key\":\"powershell\",\"label\":\"PowerShell\",\"variant\":\"RestMethod\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"http.client\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"Requests\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"httr\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"RCurl\"},{\"key\":\"ruby\",\"label\":\"Ruby\",\"variant\":\"Net::HTTP\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"Httpie\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"wget\"},{\"key\":\"swift\",\"label\":\"Swift\",\"variant\":\"URLSession\"}]","languageSettings":[{"key":"csharp","label":"C#","variant":"HttpClient"},{"key":"csharp","label":"C#","variant":"RestSharp"},{"key":"curl","label":"cURL","variant":"cURL"},{"key":"dart","label":"Dart","variant":"http"},{"key":"go","label":"Go","variant":"Native"},{"key":"http","label":"HTTP","variant":"HTTP"},{"key":"java","label":"Java","variant":"OkHttp"},{"key":"java","label":"Java","variant":"Unirest"},{"key":"javascript","label":"JavaScript","variant":"Fetch"},{"key":"javascript","label":"JavaScript","variant":"jQuery"},{"key":"javascript","label":"JavaScript","variant":"XHR"},{"key":"c","label":"C","variant":"libcurl"},{"key":"nodejs","label":"NodeJs","variant":"Axios"},{"key":"nodejs","label":"NodeJs","variant":"Native"},{"key":"nodejs","label":"NodeJs","variant":"Request"},{"key":"nodejs","label":"NodeJs","variant":"Unirest"},{"key":"objective-c","label":"Objective-C","variant":"NSURLSession"},{"key":"ocaml","label":"OCaml","variant":"Cohttp"},{"key":"php","label":"PHP","variant":"cURL"},{"key":"php","label":"PHP","variant":"Guzzle"},{"key":"php","label":"PHP","variant":"HTTP_Request2"},{"key":"php","label":"PHP","variant":"pecl_http"},{"key":"powershell","label":"PowerShell","variant":"RestMethod"},{"key":"python","label":"Python","variant":"http.client"},{"key":"python","label":"Python","variant":"Requests"},{"key":"r","label":"R","variant":"httr"},{"key":"r","label":"R","variant":"RCurl"},{"key":"ruby","label":"Ruby","variant":"Net::HTTP"},{"key":"shell","label":"Shell","variant":"Httpie"},{"key":"shell","label":"Shell","variant":"wget"},{"key":"swift","label":"Swift","variant":"URLSession"}],"languageOptions":[{"label":"C# - HttpClient","value":"csharp - HttpClient - C#"},{"label":"C# - RestSharp","value":"csharp - RestSharp - C#"},{"label":"cURL - cURL","value":"curl - cURL - cURL"},{"label":"Dart - http","value":"dart - http - Dart"},{"label":"Go - Native","value":"go - Native - Go"},{"label":"HTTP - HTTP","value":"http - HTTP - HTTP"},{"label":"Java - OkHttp","value":"java - OkHttp - Java"},{"label":"Java - Unirest","value":"java - Unirest - Java"},{"label":"JavaScript - Fetch","value":"javascript - Fetch - JavaScript"},{"label":"JavaScript - jQuery","value":"javascript - jQuery - JavaScript"},{"label":"JavaScript - XHR","value":"javascript - XHR - JavaScript"},{"label":"C - libcurl","value":"c - libcurl - C"},{"label":"NodeJs - Axios","value":"nodejs - Axios - NodeJs"},{"label":"NodeJs - Native","value":"nodejs - Native - NodeJs"},{"label":"NodeJs - Request","value":"nodejs - Request - NodeJs"},{"label":"NodeJs - Unirest","value":"nodejs - Unirest - NodeJs"},{"label":"Objective-C - NSURLSession","value":"objective-c - NSURLSession - Objective-C"},{"label":"OCaml - Cohttp","value":"ocaml - Cohttp - OCaml"},{"label":"PHP - cURL","value":"php - cURL - PHP"},{"label":"PHP - Guzzle","value":"php - Guzzle - PHP"},{"label":"PHP - HTTP_Request2","value":"php - HTTP_Request2 - PHP"},{"label":"PHP - pecl_http","value":"php - pecl_http - PHP"},{"label":"PowerShell - RestMethod","value":"powershell - RestMethod - PowerShell"},{"label":"Python - http.client","value":"python - http.client - Python"},{"label":"Python - Requests","value":"python - Requests - Python"},{"label":"R - httr","value":"r - httr - R"},{"label":"R - RCurl","value":"r - RCurl - R"},{"label":"Ruby - Net::HTTP","value":"ruby - Net::HTTP - Ruby"},{"label":"Shell - Httpie","value":"shell - Httpie - Shell"},{"label":"Shell - wget","value":"shell - wget - Shell"},{"label":"Swift - URLSession","value":"swift - URLSession - Swift"}],"layoutOptions":[{"value":"classic-single-column","label":"Single Column"},{"value":"classic-double-column","label":"Double Column"}],"versionOptions":[],"environmentOptions":[{"value":"0","label":"No Environment"}],"canonicalUrl":"https://documenter.gw.postman.com/view/metadata/2s93JoxR6P"}