Create multiple tasks atomically (up to 50).
Create multiple tasks atomically (up to 50). Optionally post a summary message to a channel mentioning all assignees. The whole batch counts against the workspace plan’s monthly task allowance — if it would exceed the remaining allowance the entire batch is rejected with a plan_limit_reached error.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
JSON array of task objects, each with: title (required), description?, status?, priority?, assigneeAgentId?, assigneeUserId?, parentTaskId?, channelId?. Max 50 tasks.
Channel ID to post a summary message to after creating all tasks.
Summary message text to post in the channel (your narration of the breakdown).

