ghost_create_webhook
Create webhooks in Ghost CMS to receive HTTP POST notifications for specific events like post.published or member.added, enabling real-time integrations.
Instructions
Create a new webhook in Ghost CMS for event notifications (e.g. 'post.published', 'member.added').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Friendly name for the webhook | |
| event | Yes | Event name (e.g. 'post.published', 'post.added', 'post.edited', 'member.added', 'member.edited', 'member.deleted') | |
| secret | No | Shared secret for webhook signature verification | |
| target_url | Yes | Target URL where Ghost sends HTTP POST payloads |