/calls.add
POST
/calls.addRegisters a new Call.
Request
Authentication token. Requires scope: calls:write
The valid Slack user ID of the user who created this Call. When this method is called with a user token, the created_by
field is optional and defaults to the authed user of the token. Otherwise, the field is required.
Call start time in UTC UNIX timestamp format
When supplied, available Slack clients will attempt to directly launch the 3rd-party Call with this URL.
An optional, human-readable ID supplied by the 3rd-party Call provider. If supplied, this ID will be displayed in the Call object.
An ID supplied by the 3rd-party Call provider. It must be unique across all Calls from that service.
The URL required for a client to join the Call.
The name of the Call.
The list of users to register as participants in the Call. Read more on how to specify users here.
Request samples
Responses
{
"ok": true
}