POST /{page-id}/calls { "platform": "messenger", "call_id": "{call-id}", "action": "reject" }
| Property | Description |
|---|---|
platform Optional string | Only Messenger is supported |
call_id string | ID of the call from the connect webhook |
action string | Set to reject |
{ "success" : true }
POST /{page-id}/calls { "platform": "messenger", "call_id": "{call-id}", "action" : "terminate" }
| Property | Description |
|---|---|
platform Optional string | Only Messenger is supported |
call_id string | ID of the call from the connect webhook or accept response |
action string | Set to terminate |
{ "success" : true }