1. Webhooks
אקסטרה
  • Calls
    • /calls/
      POST
    • /calls/get-recording-urls/
      POST
    • /click2call/
      GET
    • /calls/recording/
      GET
  • SMS
    • /sms/send/
      POST
  • Authorization
    • /auth/key/
      GET
  • Webhooks
    • Call Events
    • Call Events
  1. Webhooks

Call Events

Deprecated
Webhook
GET
call-events
This a request WE make to your pre-defined webhook url, for phone call events.
Set webhook url and request method (this doc is for GET) in the settings screens of the desired service: mobile line, virtual number, IVR number, etc...
GET WEBHOOKS ARE DEPRECTAED AND ARE NOT MAINTAINED.
IT IS STRONGLY RECOMMENDED TO MOVE TO POST WEBHOOKS.
Read about webhooks here:
https://www.exm.co.il/kb/automation/call-webhook.html

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://your-api-server.com?id=JUXglqw&event=end&type=incoming_missed&own_type=VIVR&starred=false&ivr_dialed=3&own_number_friendly=077-8038038&own_number_e164=+972778038038&caller_number_friendly=053-7654321&caller_number_e164=+972537654321&destination_number_friendly=053-1234567&destination_number_e164=+972531234567&time_duration_seconds=38&time_timezone=Israel&time_gmt_offset=+02:00&time_started=2024-01-01 22:22:22&time_started_8601=2024-02-13T15:19:21+00:00&time_ended=2024-01-01 23:23:23&time_ended_8601=2024-02-13T15:19:21+00:00' \
--header 'Authorization: Bearer <token>'
Response Response Example
{}
Modified at 2025-08-04 06:56:00
Previous
Call Events
Built with