Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • enabled: The default state after creation. Messages are processed normally, triggering the webhook.

  • paused: Messages are stored while the webhook is paused, either due to an on_failure error or manual intervention. Manual pausing prevents new messages from being processed until the webhook is re-enabled. on_failure pausing results on messages being retried till on_failure_recovered or on_deactivation

  • pauseddisabled: The webhook stops functioning and storing messages after an on_deactivation error. It must be manually reactivated.

...