{% extends "docs/base.html" %} {% block docs_content %}
Create a one-off or recurring timer that emits an event carrying its message.
create_timer
message is required. Omit both team and repo for your own timers; otherwise pass exactly one. Initial status is active by default and may be paused. Mentions notify when the timer fires.
{
"message": "Check the deployment @alice",
"run_in": "5m"
}
{
"message": "Review the release checklist",
"time_of_day": "09:00",
"days_of_week": ["Mon", "Tue", "Wed", "Thu", "Fri"],
"timezone": "America/New_York",
"team": "platform"
}