Skip to main content
Subscribe to receive a notification when a new channel health problem is detected on a WhatsApp account - e.g. send/receive impairment, rate-limit warnings, or account suspension. Pair with List Channel Health Problems for the full picture. Event name: channelHealthProblemCreated\ Required token scopes:
  • Create scenarios
  • Manage scenarios on behalf of user
see Authentication

Subscribe

Send the body below to Import Subscription. You only need to change:
  • url (required) - Located under data.actions[0].params.url. Replace {{yourWebhookURL}} with the destination URL that should receive the events.
  • asStatus - Keep "active" to enable the subscription immediately, or "inactive" to save it as an inactive revision.
Import body
A 201 response returns your new subscription - save its _id to manage it later. You can also add an optional authorUid root field (a Texter user UID) to attribute the subscription to a specific user.

Payload

When the event fires, your URL receives an HTTP POST with eventName: "channelHealthProblemCreated" and the following eventData:
Problem
The newly detected channel health problem. See the Problem object for all fields.
Example payload

Manage this subscription