Calls

You can find more details about all parameters and their types in the WebHook documentationarrow-up-right.

The calls array contains all calls that were sent to the webhook URL. Sent on event "calls.post". We mentioned more about the events here:Mode setting

{
  "calls": [
    {
      "id": "ED3D9B4864F90327F10D24BAEED6CFB9",
      "from": "[email protected]",
      "chat_id": "[email protected]",
      "status": "initiated",
      "timestamp": 1713792453000,
      "group_call": false,
      "video_call": false,
      "offline_call": false
    }
  ],
  "event": {
    "type": "calls",
    "event": "post"
  },
  "channel_id": "MANTIS-M72HC"
}

answered the call:

video call:

Last updated

Was this helpful?