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