Create activity
Activity
Create activity
Record a system-generated event on a task. Most events are written by the server itself; this exists for importers and integrations.
POST
Create activity
Authorizations
API key or session token (Bearer)
Body
application/json
Response
The created activity
One of: comment, task, create, status_changed, priority_changed, assignee_changed, unassigned, due_date_changed, title_changed, description_changed.
Set when the activity was imported from another tool.
The tool it was imported from, e.g. planka, trello, jira.
Type-specific payload, e.g. { oldStatus, newStatus } for status_changed. Null for plain comments.