Notifications

List notification methods

Return all notification methods configured for the current account.

Method types

  • email
  • slack (Incoming Webhook URL)
  • telegram (value = bot token, second_value = chat_id)
  • webhook (generic HTTP webhook)
  • discord (Discord Webhook URL)

Response Array of objects with id, type, value, second_value, timestamp.

get/notification_methods

Response

Notification methods listed successfully.

idinteger required

Notification method ID.

type'email' | 'slack' | 'telegram' | 'webhook' | 'discord' required
valuestring required

Primary destination (email address, webhook URL, channel ID, etc.).

second_valuestring nullable

Secondary value (e.g. Telegram chat ID).

extra_emailsstring[] nullable

Additional email recipients delivered as BCC (email methods only, max 4).

timestampstring date-time required

Creation date of this notification method.

Changes

No recorded changes to this endpoint across all 1 revision of this API.