3CX Webhook documentation

POST Scheme

Specify in the TCXWebAPI.ini file:

  • WEBHOOK_URL = for POST requests
  • WEBHOOK_POST_URL = for POST request (URL record)
  • RECORDING_FULL_INFO = 1
  • POST = 1

3CX WebAPI will start generating POST webhooks according to the same time as the events
Incoming successful call
Incoming missed call
Outgoing successful call
Outgoing unsuccessful call
GET Scheme

Specify in the TCXWebAPI.ini file:

  • WEBHOOK_URL = for GET requests
  • WEBHOOK_POST_URL = for POST request (URL record)
  • RECORDING_FULL_INFO = 1
  • POST = 0

3CX WebAPI will start generating GET webhooks according to the same time as the events
Incoming successful call
Incoming missed call
Outgoing successful call
Outgoing unsuccessful call