| page_title | uptimekuma_notification_whatsapp360messenger Resource - uptimekuma |
|---|---|
| subcategory | |
| description | WhatsApp 360messenger notification resource |
WhatsApp 360messenger notification resource
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
}auth_token(String, Sensitive) The Bearer authentication token for the 360messenger API.name(String) Notification namerecipient(String) A comma- or semicolon-separated list of phone numbers to send WhatsApp notifications to.
apply_existing(Boolean)group_id(String) Legacy single WhatsApp group ID, kept for backwards compatibility. Conflicts withgroup_ids.group_ids(List of String) A list of WhatsApp group IDs to send notifications to. Conflicts withgroup_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.
id(Number) Notification identifier