Batch Messages
Messages
Batch Messages
Send multiple messages in a single request
POST
Batch Messages
Documentation Index
Fetch the complete documentation index at: https://upstash.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
QStash authentication token
Body
application/json
Destination can either be a valid URL where the message gets sent to, or a URL Group name.
- If the destination is a URL, make sure the URL is prefixed with a valid protocol (http:// or https://)
- If the destination is a URL Group, a new message will be created for each endpoint in the group.
Note that destination must be publicly accessible over the internet. If you are working with local endpoints, consider using QStash local development server or a public tunnel service.
The raw request message passed to the endpoints as is
HTTP headers of the message. You can pass all the headers supported in the single publish API.
Queue name to enqueue the message to if desired.