Const
Enable or disable triggering the webhook, or put the webhook into test mode. The default is ACTIVE:
ACTIVE
ACTIVE: Webhook is triggered when an associated event happens.
DISABLED: Webhook is not triggered.
DISABLED
TEST_MODE: Webhook can be triggered through the test endpoint, but is not triggered on a real event.
TEST_MODE
Readonly
Event and test triggers will be sent.
No triggers will be sent.
Test triggers will be sent, but not actual events.
Enable or disable triggering the webhook, or put the webhook into test mode. The default is
ACTIVE:ACTIVE: Webhook is triggered when an associated event happens.DISABLED: Webhook is not triggered.TEST_MODE: Webhook can be triggered through the test endpoint, but is not triggered on a real event.