Slack
SLACKBOT_MARK_REMINDER_AS_COMPLETE
Marks a specific Slack reminder as complete using its `reminder` ID; **DEPRECATED**: This Slack API endpoint ('reminders.complete') was deprecated in March 2023 and is not recommended for new applications.
Remote slackbot
Other tools also called SLACKBOT_MARK_REMINDER_AS_COMPLETE?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"reminder": {
"type": "string",
"title": "Reminder",
"default": null,
"examples": [
"R0123456789"
],
"nullable": true,
"description": "The unique identifier of the Slack reminder to be marked as complete. This ID is typically obtained when a reminder is created or listed."
}
}
}