create_webhook
Create webhooks for specified event types that send notifications to your URL. One webhook is created per event type, ensuring each event triggers a callback.
Instructions
Create webhook(s) pointing at url for the given event types. HIGH_WRITE.
Receiving webhooks needs a publicly reachable URL (the hosted deployment, not local stdio) and an Instantly plan tier that includes webhooks.
NOTE: v2 POST /webhooks takes a SINGULAR event_type per webhook, so this
tool creates one webhook per requested event type and returns them all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| name | No | ||
| confirm | No | ||
| campaign_id | No | ||
| event_types | Yes |