send_multiple_requests
Send multiple JSON payloads to a webhook in batch for load testing or sending multiple test payloads at once with configurable delays between requests.
Instructions
Send multiple requests to a webhook in batch. Useful for load testing or sending multiple test payloads at once.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook_token | Yes | The webhook token (UUID) from webhook.site | |
| payloads | Yes | Array of JSON payloads to send to the webhook | |
| delay_ms | No | Delay between requests in milliseconds (default: 0) |