Create activity
createActivity
Create a new activity (system-generated event)
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.