Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 1.83 KB

File metadata and controls

57 lines (45 loc) · 1.83 KB
page_title uptimekuma_notification_whatsapp360messenger Resource - uptimekuma
subcategory
description WhatsApp 360messenger notification resource

uptimekuma_notification_whatsapp360messenger (Resource)

WhatsApp 360messenger notification resource

Example Usage

resource "uptimekuma_notification_whatsapp360messenger" "example" {
  name       = "WhatsApp 360messenger Notifications"
  auth_token = "YOUR_360MESSENGER_AUTH_TOKEN"
  recipient  = "+15551234567,+15557654321"
  is_active  = true
  is_default = false
}

resource "uptimekuma_notification_whatsapp360messenger" "with_template" {
  name         = "WhatsApp 360messenger with Template"
  auth_token   = "YOUR_360MESSENGER_AUTH_TOKEN"
  recipient    = "+15551234567"
  group_ids    = ["120363012345678901", "120363098765432109"]
  use_template = true
  template     = "{{ name }} is {{ status }}"
  is_active    = true
  is_default   = false
}

Schema

Required

  • auth_token (String, Sensitive) The Bearer authentication token for the 360messenger API.
  • name (String) Notification name
  • recipient (String) A comma- or semicolon-separated list of phone numbers to send WhatsApp notifications to.

Optional

  • apply_existing (Boolean)
  • group_id (String) Legacy single WhatsApp group ID, kept for backwards compatibility. Conflicts with group_ids.
  • group_ids (List of String) A list of WhatsApp group IDs to send notifications to. Conflicts with group_id.
  • is_active (Boolean)
  • is_default (Boolean)
  • template (String) The custom message template for WhatsApp notifications.
  • use_template (Boolean) If true, use a custom message template for WhatsApp notifications.

Read-Only

  • id (Number) Notification identifier