Slack
SLACKBOT_END_A_CALL_WITH_DURATION_AND_ID
Ends an ongoing Slack call, identified by its ID (obtained from `calls.add`), optionally specifying the call's duration.
Remote slackbot
Other tools also called SLACKBOT_END_A_CALL_WITH_DURATION_AND_ID?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "Id",
"examples": [
"R0123456789"
],
"description": "Unique identifier of the call to be ended, obtained from the `calls.add` method."
},
"duration": {
"type": "integer",
"title": "Duration",
"examples": [
"600",
"3600"
],
"description": "Duration of the call in seconds."
}
}
}