Slack

SLACK_UPDATE_SLACK_CALL_INFORMATION

Updates the title, join URL, or desktop app join URL for an existing Slack call identified by its ID.

Remote slack

Other tools also called SLACK_UPDATE_SLACK_CALL_INFORMATION? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier of the call to update, obtained when a call is created (e.g., via `calls.add` Slack API method).\nExamples:\n  \"R0123ABCDEF\"\n  \"R9876ZYXWVU\""
    },
    "title": {
      "type": "string",
      "description": "New title for the call.\nExamples:\n  \"Project Alpha Review\"\n  \"Q3 Planning Session\""
    },
    "join_url": {
      "type": "string",
      "description": "New URL for clients to join the call.\nExamples:\n  \"https://example.com/join/meeting/12345\"\n  \"https://another-service.com/call/abc987\""
    },
    "desktop_app_join_url": {
      "type": "string",
      "description": "URL to directly launch the third-party call application from Slack clients.\nExamples:\n  \"your-app-protocol://join?call_id=12345\"\n  \"slack://call?id=abcdefg\""
    }
  }
}
          

Provider

Slack →