Browse Source

Merge pull request #7769 from nocodb/nc-docs/fix-webhook

docs: webhook image fix
pull/7778/head
Pranav C 9 months ago committed by GitHub
parent
commit
d94ada4973
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/noco-docs/docs/130.automation/020.webhook/020.create-webhook.md
  2. BIN
      packages/noco-docs/static/img/v2-unannotated/automations/webhooks/create-webhook-2.png
  3. BIN
      packages/noco-docs/static/img/v2/automations/webhooks/create-webhook-2.png

2
packages/noco-docs/docs/130.automation/020.webhook/020.create-webhook.md

@ -36,7 +36,7 @@ keywords: ['NocoDB webhook', 'create webhook']
6. Test webhook (with sample payload) to verify if parameter are configured appropriately (optional) 6. Test webhook (with sample payload) to verify if parameter are configured appropriately (optional)
7. Save the webhook 7. Save the webhook
![Configuring webhook](/img/v2/webhook/create-webhook-2.png) ![Configuring webhook](/img/v2/automations/webhooks/create-webhook-2.png)
### Webhook with conditions ### Webhook with conditions
In case of webhook with conditions, only records meeting the configured criteria will trigger webhook. For example, trigger webhook only when `Status` is `Complete`. You can also configure multiple conditions using `AND` or `OR` operators. For example, trigger webhook only when `Status` is `Complete` and `Priority` is `High`. In case of webhook with conditions, only records meeting the configured criteria will trigger webhook. For example, trigger webhook only when `Status` is `Complete`. You can also configure multiple conditions using `AND` or `OR` operators. For example, trigger webhook only when `Status` is `Complete` and `Priority` is `High`.

BIN
packages/noco-docs/static/img/v2-unannotated/automations/webhooks/create-webhook-2.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB

BIN
packages/noco-docs/static/img/v2/automations/webhooks/create-webhook-2.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

Loading…
Cancel
Save