A Call was rejected
If a Call has been shared with a user in DM (and unfurled with the help of the link_shared
event, this event is sent if the user rejects the Call.
Here's an example payload:
{
"token": "12345FVmRUzNDOAu12345h",
"team_id": "TL1BBBQBD",
"api_app_id": "BBBU04BB4",
"event": {
"type": "call_rejected",
"call_id": "RL731AVEF",
"user_id": "ULJS1TYR5",
"channel_id": "DL5JN9K0T",
"external_unique_id": "123-456-7890"
},
"type": "event_callback",
"event_id": "EvLLACMB6BB",
"event_time": 1563448153,
"authed_users": ["UBBB1TYR5"]
}
When an event occurs, we will send an HTTP POST request to your Request URL. The outer payload is uniform across all Events API methods, and contains fields like team_id
and event
. Learn more