test_webhook
Sends a test webhook to verify an existing webhook's functionality using a dummy connection.
Instructions
⚠️ WRITE OPERATION - Confirm with user before calling. The endpoint allows you to test an existing webhook. It sends a webhook with a given identifier for a dummy connection with identifier _connection_1
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook_id | Yes | The unique identifier for the webhook | |
| schema_file | Yes | REQUIRED: You must first read the schema file at 'open-api-definitions/webhooks/test_webhook.json', then provide this exact path here to confirm. | |
| request_body | Yes | JSON string containing the request body. Refer to the schema file for the expected structure. |