Schedule Notification Endpoints
Set Schedule Notifications
Set (replacing any prior) a schedule’s notification preference. When notifyOn is not none, at least one verified channel id is required. success and both require at least one webhook channel (Slack, Discord, or Telegram). Some outcomes are gated by plan.
PUT
Authorizations
API key for authentication. Get your API key from the Cronhost dashboard.
Path Parameters
Unique schedule identifier
Example:
"schedule_123"
Body
application/json
Which outcomes trigger a notification. Some values are gated by plan.
Available options:
none, success, failure, both Example:
"failure"
Verified channel ids to attach. Required (non-empty) when notifyOn is not "none". success/both require at least one webhook channel (Slack, Discord, or Telegram).
Example: