Manually create a task
Create a task. Most tasks are agent-generated; this endpoint is for callers who want to create tasks programmatically (e.g., from external triggers).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
call, email, linkedin 1 - 5001 - 64At least one target field is required.
urgent, high, medium, low Type-specific draft. Provide the fields matching task_type.
2000Response
Task created.
pending, completed, dismissed, cancelled Task type. Canonical values: call, email, linkedin. Other
non-canonical values may appear on older rows; draft is only
populated for canonical types.
urgent, high, medium, low, null ID of the agent that generated this task. Null for manually created tasks.
Entities this task is about. All fields optional.
Type-specific draft content. Shape varies by task_type.