Create planner item
Planner
Create planner item
Create a new planner item. Can optionally be associated with a company and type.
POST
Create planner item
Authorizations
Use your API key as a Bearer token. API keys can be generated in Settings → Integrations → API Access.
Body
application/json
Item title (required)
Required string length:
1 - 255Item description
Maximum string length:
10000Company ID
Planner item type ID
Status (default: Not Started)
Available options:
In Progress, Not Started, Completed, On Hold, Cancelled, Pending Approval Business value (default: Medium)
Available options:
High, Medium, Low Estimated hours (default: 0)
Required range:
x >= 0Cost estimate (default: 0)
Required range:
x >= 0Completion probability (default: 50)
Required range:
0 <= x <= 100Start date (ISO 8601)
Due date (ISO 8601)
End date (ISO 8601)
Public notes
Maximum string length:
10000Private notes (internal only)
Maximum string length:
10000Whether the item is archived (default: false)
Response
Planner item created successfully