calls_update
Update call details such as title, join URL, or desktop app join URL using the call ID. Provide new values for fields you want to change.
Instructions
Update information about a call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the Call returned by ``calls.add`` (e.g. ``R0E69JAID``). | |
| title | No | Display name for the Call. | |
| join_url | No | URL required for a client to join the Call (e.g. ``https://example.com/calls/1234567890``). | |
| desktop_app_join_url | No | Alternate URL used by Slack clients with the Call provider's desktop app installed. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||