Skip to content

Commit

Permalink
Include extra info for webhook "Ready column" parameter usage (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbenedetto authored Oct 31, 2024
1 parent 06accea commit e8afec7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions help/en/docs/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ the processing of the webhook. Not all fields are required.
triggers when adding a row, it does not matter which columns are defined
when the new row is added.
* **Ready column** (optional): A boolean, or [Toggle](col-types.md#toggle-columns), column on the table that
determines if the row should trigger the webhook or not. When the
column becomes true, the corresponding row will trigger the webhook.
determines if the row is visible to webhooks. While the toggle in the "Ready column" is false, changes to that row do not trigger the webhook. When the column becomes true, the row becomes visible to the webhook, and triggers the "add" event. While the column is true, further changes to the row trigger "update" events.
* **URL**: The remote URL of the service that the webhook will notify
of added or changed rows. When self-hosting, only external services
listed by the [`ALLOWED_WEBHOOK_DOMAINS` environment variable](
Expand Down

0 comments on commit e8afec7

Please sign in to comment.