Rest API
Create a task
POST /api/v1/tasks
Create a new task for the account team. The task appears in the dashboard inbox in the open state.
Use cases
- Knowledge suggestions: Record a suggestion to add or improve knowledge content
- Follow-ups: Log something a human needs to review or act on after an automated investigation
Notes
name,description,typeandsourceare required- Use the
datafield for structured context the assignee needs
Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ”Your API key from account settings.
The email address of your user.
The ID of your account. You can find this in the account settings.
The ID of the workspace you want to use.
Request Body required
Section titled “Request Body required ”object
Short title of the task.
Longer explanation of what the task is about.
The kind of work this task represents.
Where the task originated.
Optional structured payload attached to the task.
object
Responses
Section titled “ Responses ”The created task.
object
object
The account ID that owns this task.
Unique identifier for this task.
Short title of the task.
Longer explanation of what the task is about.
The kind of work this task represents.
Where the task originated.
Current state of the task.
Arbitrary structured payload attached to the task, depends on the task type.
object
Email address of the user the task is assigned to.
The website this task belongs to.
Unix timestamp (ms) when the task was created.
Unix timestamp (ms) when the task was last updated.
Bad request - missing required fields.
Unauthorized - invalid API key.