calls_add
Register a new call in Slack by providing a unique ID and join URL. Optionally add title, participants, and timestamps.
Instructions
Register a new call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Display name for the Call. | |
| users | No | Participants to register; each entry uses ``slack_id`` and/or external_id, display_name, avatar_url. | |
| join_url | Yes | URL required for a client to join the Call (e.g. ``https://example.com/calls/1234``). | |
| created_by | No | ID of the user who created the Call; required when called with a bot token (e.g. ``U0123``). | |
| date_start | No | Unix timestamp of when the Call started (e.g. ``1562002086``). | |
| external_unique_id | Yes | Unique ID for the Call supplied by the third-party Call provider. | |
| external_display_id | No | Human-readable ID supplied by the third-party Call provider, displayed to users. | |
| desktop_app_join_url | No | Alternate join URL used by Slack clients that have the provider's desktop app installed. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||