observe_channel_action

Manages a channel action, which adds a notification template to the specified channel. Channel actions are used to configure delivery for monitor alerts.

Schema

Required

  • name (String)

  • workspace (String)

Optional

  • channels (Set of String)

  • description (String)

  • email (Block List, Max: 1) (see below for nested schema)

  • icon_url (String)

  • notify_on_close (Boolean)

  • rate_limit (String)

  • webhook (Block List, Max: 1) (see below for nested schema)

Read-Only

  • id (String) The ID of this resource.

  • oid (String)

Nested Schema for email

Required:

  • body (String)

  • subject (String)

  • to (List of String)

Optional:

  • is_html (Boolean)

Nested Schema for webhook

Required:

  • body (String)

  • url (String)

Optional:

  • headers (Map of String)

  • method (String)