Skip to main content

WhatsApp

The WhatsApp trigger lets you send container update notifications directly to your WhatsApp number using the official Meta WhatsApp Cloud API.


⚙️ Configuration Variables

WUD_TRIGGER_WHATSAPP_{trigger_name}_PHONENUMBERID
Requiredstring

Meta WhatsApp Cloud API Phone Number ID

WUD_TRIGGER_WHATSAPP_{trigger_name}_RECIPIENT
Requiredstring

Recipient phone number with country code without + or spaces (e.g. 15551234567)

WUD_TRIGGER_WHATSAPP_{trigger_name}_TOKEN
Requiredstring

Meta System User permanent access token with whatsapp_business_messaging permission

WUD_TRIGGER_WHATSAPP_{trigger_name}_DISABLETITLE
Optionalbooleandefault: false

Whether to omit the bold notification title

WUD_TRIGGER_WHATSAPP_{trigger_name}_URL
Optionalurldefault: https://graph.facebook.com/v19.0

Meta Graph API base URL

info

This trigger also supports all common trigger configuration options (such as thresholds, scheduling, and batching).


🚀 Examples

Basic WhatsApp Alert

services:
whatsupdocker:
image: getwud/wud
environment:
- WUD_TRIGGER_WHATSAPP_ADMIN_PHONENUMBERID=109876543210
- WUD_TRIGGER_WHATSAPP_ADMIN_TOKEN=EAAXxX...your_meta_system_token
- WUD_TRIGGER_WHATSAPP_ADMIN_RECIPIENT=15551234567