Slack Reminders API Methods (Go Back)
This PHP class provides methods to interact with the Slack Reminders API. Below are instructions on how to use each method.
add(
string $text,
string $time,
?array $recurrence = null,
?string $teamId = null,
?string $userId = null
)
Create a new reminder.
complete(
string $reminder,
?string $teamId = null
)
Mark a reminder as complete.
delete(
string $reminder,
?string $teamId = null
)
Delete a reminder.
info(
string $reminder,
?string $teamId = null
)
Retrieve information about a reminder.
list(
string $reminder,
?string $teamId = null
)
List reminders for a user.