/calls.add
POST
/calls.add
calls
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://slack.com/api/calls.add' \
--header 'token;' \
--data-urlencode 'external_unique_id=' \
--data-urlencode 'join_url='
Response Response Example
200 - response
{
"ok": true
}
Request
Header Params
token
stringÂ
required
calls:write
Body Params application/x-www-form-urlencoded
created_by
stringÂ
optional
created_by
field is optional and defaults to the authed user of the token. Otherwise, the field is required.date_start
integerÂ
optional
desktop_app_join_url
stringÂ
optional
external_display_id
stringÂ
optional
external_unique_id
stringÂ
required
join_url
stringÂ
required
title
stringÂ
optional
users
stringÂ
optional
Responses
Modified at 2023-08-15 05:39:45