ENUM

WebhookSubscription

Supported values for webhook subscriptions.

link GraphQL Schema definition

  • enum WebhookSubscription {
  • # Subscribes to contact added events.
  • CONTACT_ADDED
  • # Subscribes to contact updated events.
  • CONTACT_UPDATED
  • # Subscribes to contact tags changed events.
  • CONTACT_TAGS_CHANGED
  • # Subscribes to message received events.
  • MESSAGE_RECEIVED
  • # Subscribes to message sent events.
  • MESSAGE_SENT
  • # Subscribes to message status updated events.
  • MESSAGE_STATUS_UPDATED
  • }