hookbase_create_destination
Create a webhook destination endpoint to forward processed webhooks to a specified URL with configurable HTTP method, headers, authentication, and rate limits.
Instructions
Create a new webhook destination. Destinations are endpoints where webhooks are forwarded after processing.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the destination | |
| url | Yes | The URL to forward webhooks to | |
| method | No | HTTP method (default: POST) | |
| headers | No | Custom headers to include in requests | |
| auth_type | No | Authentication type (default: none) | |
| auth_config | No | Auth configuration (username/password for basic, token for bearer, etc.) | |
| timeout_ms | No | Request timeout in milliseconds (default: 30000) | |
| rate_limit_per_minute | No | Maximum requests per minute |