Slack

SLACK_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 slack

Other tools also called SLACK_MARK_REMINDER_AS_COMPLETE? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "reminder": {
      "type": [
        "string",
        "null"
      ],
      "default": null,
      "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.\nExample: \"R0123456789\""
    }
  }
}
          

Provider

Slack →