create_webhook
Set up automated notifications for WooCommerce events like orders, products, customers, and coupons by creating webhooks that send data to specified URLs.
Instructions
Create a webhook. Topics: order.created, order.updated, order.deleted, product.created, product.updated, product.deleted, customer.created, customer.updated, coupon.created, coupon.updated, etc.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| topic | Yes | ||
| delivery_url | Yes | ||
| secret | No | ||
| status | No | active |