billy_create_webhook
Set up a webhook to listen for accounting events. Provide URL, event type, and optional active status; use confirm=true to execute the creation.
Instructions
Create a webhook. WRITE — requires confirm:true. Shape: { url, event, isActive? }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | REQUIRED to execute. Pass true to actually run the mutation. Without it, this tool returns a dry-run preview of what would happen — explicit second call with confirm:true is needed to write. | |
| webhook | Yes |