Create task
keap_create_taskCREATE a task (follow-up / to-do), optionally linked to a contact. Keap: POST /tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| extra | No | Any other Keap fields to merge into the request body verbatim. | |
| title | Yes | The task title. | |
| due_date | No | Due date/time, ISO 8601 (e.g. 2026-08-01T17:00:00Z). | |
| contact_id | No | Id of a contact to link the task to. | |
| description | No | A longer description / notes for the task. |