Skip to content

config properties webhooks

GitHub Action edited this page Sep 4, 2024 · 3 revisions

Version

v1.0.3

webhooks Type

object (webhooks)

webhooks Properties

Property Type Required Nullable Defined by
allow_time_expiration boolean Optional cannot be null Config
enabled boolean Optional cannot be null Config
hooks array Optional cannot be null Config

allow_time_expiration

allow_time_expiration determines whether webhooks are disabled when unused for 30 days (only for database webhooks).

allow_time_expiration

  • is optional

  • cannot be null

allow_time_expiration Type

boolean

enabled

enabled enables the webhook feature.

enabled

  • is optional

  • cannot be null

enabled Type

boolean

hooks

hooks is a list of Webhook configurations.

When using environment variables the value for the WEBHOOKS_HOOKS key must be specified in the following format: {"callback":"http://app.com/usercb","events":["user"]};{"callback":"http://app.com/emailcb","events":["email.send"]}

hooks

  • is optional

  • cannot be null

hooks Type

object[] (hooks)

Clone this wiki locally