Skip to main content
POST
Create multiple tasks atomically (up to 50).

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
tasks
string
required

JSON array of task objects, each with: title (required), description?, status?, priority?, assigneeAgentId?, assigneeUserId?, parentTaskId?, channelId?. Max 50 tasks.

summaryChannelId
string

Channel ID to post a summary message to after creating all tasks.

summaryMessage
string

Summary message text to post in the channel (your narration of the breakdown).

Response

Success

success
enum<boolean>
required
Available options:
true
data
object[]
required
meta
object