Skip to main content

Webhook

To configure the workspace webhook, access: https://studio.posit.us/workspace/configuracoes Every event delivered to your webhook follows the same envelope: an event field with the event name, a workspace object identifying the source workspace, and an object with the resource related to the event (number, template, etc.). Delivery is done via HTTP POST. workspace object

Phone number quality classification

Receive in your webhook the quality of each WhatsApp number in order to maintain better integration with your CRM, thus improving the management quality of your numbers.
  • Undefined: not yet classified
  • Green: high quality
  • Yellow: medium quality
  • Red: low quality

Number events

Number status

Quality status (quality_status)

Quality classification (quality_rating)

Messaging limit (messaging_limit)

Example payload — phone_number_status_update

Example payload — phone_number_quality_update

The synchronization event uses a flat payload format, with the Business Manager limits at the number level and quality_rating as text.

Template message

Receive template approval notifications through your webhook. The message_template_status_update event is sent whenever the approval status of a template is changed.

Template status

Example payload — message_template_status_update