Tasks
Create a task
Creates a follow-up. It shows up in the assignee’s work queue in the Cockpit.
assigneeId defaults to the workspace member the API key belongs to — an unassigned task is invisible work. When leadId is given it must be a lead in your workspace.
POST
Create a task
Authorizations
Your API key, created in the Leadey dashboard under Settings → API Keys. Send it as Authorization: Bearer leadey_sk_live_….
Body
application/json
What needs doing.
When it is due, as an ISO 8601 timestamp. Omit for no deadline.
The lead this task is about.
The campaign it belongs to.
Workspace member responsible. Defaults to the key's member.
Task type. Defaults to follow_up.
Response
The task was created.
Create a task