admin-tasks

Create Task

Create a task from the admin portal (e.g. a manual follow-up task logged alongside a follow-up entry). Inserts a pending row into the shared tasks table — the existing hourly follow-up cron then surfaces it in Slack on its due date, and it shows on the Tasks page immediately.

post/api/admin/tasks

Request body

titlestring required
follow_up_datestring required
lead_idstring nullable
commentsstring nullable
prioritystring nullable
categorystring nullable

Response

Successful Response

{"stackTrail":"paths:/api/admin/tasks:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.