Bulk post actions
bulk_postsPerform a bulk action on multiple posts. Supports deleting, retrying, or rescheduling multiple posts at once. Use this when the user wants to delete, retry, or reschedule many posts in a single request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Bulk action: "delete", "retry", or "reschedule". | |
| postIds | Yes | Array of post IDs to perform the action on. | |
| scheduledAt | No | New ISO 8601 datetime. Required when action is "reschedule". |