WhatsAppIncomingWebhook ​Whats​App​Incoming​Webhook

yaml
type: "io.kestra.plugin.notifications.whatsapp.whatsappincomingwebhook"
yaml
id: unreliable_flow
namespace: company.team

tasks:
  - id: fail
    type: io.kestra.plugin.scripts.shell.Commands
    runner: PROCESS
    commands:
      - exit 1

errors:
  - id: alert_on_failure
    type: io.kestra.plugin.notifications.whatsapp.WhatsAppIncomingWebhook
    url: "{{ secret('WHATSAPP_WEBHOOK') }}" # https://webhook.your-domain
    payload: |
      {
        "profileName": "MyName",
        "whatsAppIds": ["IdNo1, IdNo2"],
        "from": 380999999999
      }

yaml
id: whatsapp_incoming_webhook
namespace: company.team

tasks:
  - id: send_whatsapp_message
    type: io.kestra.plugin.notifications.whatsapp.WhatsAppIncomingWebhook
    url: "{{ secret('WHATSAPP_WEBHOOK') }}"
    payload: |
      {
        "profileName": "MyName",
        "whatsAppIds": ["IdNo1, IdNo2"],
        "from": 380999999999,
        "messageId": "wamIdNo1"
      }
Properties
Min length 1
Format duration
Default PT0S
Format duration
Default UTF-8
SubType string
Default 10485760
Default PT5M
Format duration
Default PT10S
Format duration