call_rejected event
A Call was rejected
Compatibility:Â Events API
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"]
}
Events API compatibility
Subscribe to this event via the Events API.
Events of this type will be wrapped in metadata when sent via the Events API.
Unavailable in the RTM API
This event type is compatible only with the Events API.