Skip to main content
POST
The task webhook allows you to subscribe to task events, the creation, update and deletion of tasks.

Overview

A webhook event payload includes two top-level fields:
  • event_type: identifies the type of event (e.g., task.create, task.update, task.delete).
  • message_id: a unique identifier for the webhook delivery.
  • body: an object containing the task data.

Event Metadata


Task Body Fields


Creator Object

The creator field contains information about the individual or system that created the task.

Relationships and Behavior

  • identifier or external_ref can be used to reference or update a task.
  • topic and user_goal are related conceptually, where user_goal expresses the intent arising from a topic.
  • category, topic, and queue_name are independent classification fields.
  • importance, priority_score, and onsite_indicator influence task routing and SLA handling.
  • portfolio_id / portfolio_external_ref and unit_identifier provide context about where the task applies.
  • creator fields document the originator of the task.