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

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)