Notifications
Create notification method
Create a new notification method for the current account.
Body fields
- type one of: email, slack, telegram, webhook, discord.
- value string. For Slack/Discord use the webhook URL. For Telegram use the bot token.
- second_value optional. Required for Telegram (chat_id).
Response Object with id, type, value, second_value, timestamp.
post/notification_methods
Request body
Example request
{
"type": "email",
"value": "alerts@example.com"
}Response
Method created successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.