create_webhook
Set up a webhook in Ghost CMS by specifying the event and target URL. Optionally define integration ID, name, secret, and API version for custom configurations. Returns the created webhook or raises errors if parameters are missing or invalid.
Instructions
Create a new webhook in Ghost.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
api_version | No | ||
event | Yes | ||
integration_id | No | ||
name | No | ||
secret | No | ||
target_url | Yes |