Skip to main content
This endpoint creates a task on an event. Tasks are automatically added to the event’s Admin checklist.

Request Body

The request body should be a JSON object with the following fields:

Example Request

Example Response

Response Fields

Common Use Cases

  • Automatically create follow-up tasks from external systems
  • Trigger task creation based on booking events or customer actions
  • Bulk import tasks from spreadsheets or other systems
  • Automatically create additional tasks after event booking

Error Responses

400 Bad Request - Invalid request body or date format
404 Not Found - Event doesn’t exist or doesn’t belong to your company
500 Internal Server Error - Unexpected error occurred

Notes

Date format must be valid ISO 8601 (e.g., 2025-10-20T00:00:00Z)