Slack
SLACK_REGISTERS_NEW_CALL_PARTICIPANTS
DEPRECATED: Registers new participants added to a Slack call. Use `add_call_participants` instead.
Remote slack
Other tools also called SLACK_REGISTERS_NEW_CALL_PARTICIPANTS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "ID of the call returned by the add method.\nExample: \"R0123456789\""
},
"users": {
"type": "string",
"description": "The list of users to add as participants in the call. users is a JSON array (formatted as a string) containing information for each user. Each element should include both a `slack_id` and optionally an `external_id`. For example: `[{\"slack_id\": \"U1H77\", \"external_id\": \"ext-id\"}]`.\nExamples:\n \"[{\\\"slack_id\\\": \\\"U1H77\\\", \\\"external_id\\\": \\\"ext-id\\\"}]\"\n \"[{\\\"slack_id\\\": \\\"U2ABC123\\\"}]\""
}
}
}