Slack
SLACKBOT_REMOVE_CALL_PARTICIPANTS
Registers participants removed from a Slack call.
Remote slackbot
Other tools also called SLACKBOT_REMOVE_CALL_PARTICIPANTS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "Id",
"examples": [
"R0123456789"
],
"description": "ID of the call returned by the add method."
},
"users": {
"type": "string",
"title": "Users",
"examples": [
"[{\"slack_id\": \"U1H77\", \"external_id\": \"ext-id\"}]",
"[{\"slack_id\": \"U2ABC123\"}]"
],
"description": "The list of users to remove as participants in the call. users is a JSON array with each user having a `slack_id` or `external_id`."
}
}
}