Create an action item
POST/action_item
Create a new action item. The item is created in open status.
By default, the creator is set from the authenticated user's bearer token. The created_by field is only honored for callers with delegation rights (for example, agent integrations authorized to create items on behalf of other users).
Request
Responses
- 201
- 4XX
- 5XX
The created action item.
Client error responses due to invalid input, missing parameters, or unauthorized access.
Request validation errors use a different shape:
{
"type": "ValidationError",
"errors": [{ "message": "body must have required property 'defer_until'" }]
}
Server error responses indicating an issue on the API side.