v1

latestOpenAPI 3.0.02026-07-2612645160.3 KB
tasks

Create a new task

Creates a new task for the authenticated user. The task can be associated with a contact or customer, and assigned to one or more responsible users. Due dates can be specified with optional time and timezone information.

post/api/public/tasks

Request body

titlestring required
descriptionstring nullable required
dueDatestring nullable required
dueTimestring nullable required
timezonestring nullable required
responsibleIdsstring[] required
aiContactIdstring nullable required
aiCustomerIdstring nullable required
priority'0' | '1' | '2' required
associateToCalendarboolean

Response

Task created successfully

TaskResponseDto required