post_webhook
Send data to specified webhooks by providing slug, data payload, and authentication token, enabling integration with external systems.
Instructions
Post data to a webhook
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The data to be sent in the request body | |
| slug | Yes | The webhook slug (e.g., "air-generic-url-webhook") | |
| token | Yes | The webhook token for authentication |