send_payload
Send pre-built Slack webhook payloads as a single object or array for multi-part messages. Supports JSON input and handles 429 retries.
Instructions
Post a pre-built Slack webhook payload (object or array of objects).
Same contract as send_to_slack.sh: a single payload object, or an array for multi-part messages (1s spacing between parts, 429 retry).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | JSON object, array of objects, or a JSON string. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||