Create a webhook
render_create_webhookCreate a webhook on Render to receive notifications for specified events such as deploys, builds, or database changes. Configure URL, name, and event filters.
Instructions
Create a webhook. Create a new webhook. Calls POST /webhooks on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| name | Yes | ||
| enabled | Yes | ||
| ownerId | Yes | The ID of the owner (team or personal user) whose resources should be returned | |
| eventFilter | Yes | The event types that will trigger the webhook. An empty list means all event types will trigger the webhook. |