Question

Incoming Call Webhook

  • 21 August 2020
  • 1 reply
  • 646 views

Hello,

I'm trying to create the web hook for Incoming Call event for all users. But I can't due to invalid eventFilters, I've logged in using Super Admin. What did I miss here?


Event filter : /restapi/v1.0/account/~/incoming-call-pickup


Environment : SandBox


This is the response :

{ "errorCode": "CMN-101", "message": "Parameter [eventFilters] value is invalid", "errors": [ { "errorCode": "CMN-101", "message": "Parameter [eventFilters] value is invalid", "parameterName": "eventFilters" } ], "parameterName": "eventFilters" }


Thank you


1 reply

Userlevel 1

Where did you find such an event filter? It is invalid because it is not supported.

Use this filter instead

["/restapi/v1.0/account/~/extension/~/telephony/sessions?direction=Inbound"]


Reply