create_webhook
Create a webhook in Shopmonkey to send event notifications to your HTTPS endpoint, enabling automated workflows like Make.com syncs.
Instructions
Create a new webhook in Shopmonkey. Use this to register Make.com or other endpoint URLs that receive Shopmonkey event notifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The HTTPS endpoint URL that will receive webhook events | |
| name | Yes | Descriptive name for this webhook (e.g., "make-ghl-sync") | |
| secret | No | Optional shared secret for HMAC signature verification | |
| enabled | No | Whether the webhook is active (default: true) | |
| version | No | Webhook payload version | |
| triggers | Yes | List of event types that trigger this webhook |