diff --git a/packages/noco-docs/docs/130.automation/020.webhook/020.create-webhook.md b/packages/noco-docs/docs/130.automation/020.webhook/020.create-webhook.md index 16f9c22e61..00eea65d61 100644 --- a/packages/noco-docs/docs/130.automation/020.webhook/020.create-webhook.md +++ b/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) 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 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`. diff --git a/packages/noco-docs/static/img/v2-unannotated/automations/webhooks/create-webhook-2.png b/packages/noco-docs/static/img/v2-unannotated/automations/webhooks/create-webhook-2.png new file mode 100644 index 0000000000..552d944dd7 Binary files /dev/null and b/packages/noco-docs/static/img/v2-unannotated/automations/webhooks/create-webhook-2.png differ diff --git a/packages/noco-docs/static/img/v2/automations/webhooks/create-webhook-2.png b/packages/noco-docs/static/img/v2/automations/webhooks/create-webhook-2.png new file mode 100644 index 0000000000..1156d38ad2 Binary files /dev/null and b/packages/noco-docs/static/img/v2/automations/webhooks/create-webhook-2.png differ