Events
Triggering Webhook Types
The following event types are associated with the Task event payload from Healthie.Healthie Task CreatedHealthie Task Updated
Copy
Ask AI
{
"client_id": "789012",
"created_at": "2024-01-15T10:30:00Z",
"created_by_id": "123456",
"due_date": "2024-01-20T10:30:00Z",
"id": "678901",
"note_content": "Follow up with patient regarding lab results",
"priority": 0
}
Copy
Ask AI
{
"client_id": "The identifier of the client associated with this task",
"created_at": "The date and time this task was created",
"created_by_id": "The identifier of the user who created this task",
"due_date": "The date and time this task is due to be completed",
"id": "Unique identifier for the task",
"note_content": "The note content associated with the task",
"priority": "Level of urgency for this task (0 = standard priority, 1 = high priority)"
}
Payload Field Details
Hide fields
Hide fields
Unique identifier for the task
CEL
Copy
Ask AI
id
Example
Copy
Ask AI
"678901"
ID The identifier of the user who created this taskCEL
Copy
Ask AI
created_by_id
Example
Copy
Ask AI
"123456"
ID The identifier of the client associated with this taskCEL
Copy
Ask AI
client_id
Example
Copy
Ask AI
"789012"
The note content associated with the task
CEL
Copy
Ask AI
note_content
Example
Copy
Ask AI
"Follow up with patient regarding lab results"
The date and time this task is due to be completed
CEL
Copy
Ask AI
due_date
Example
Copy
Ask AI
"2024-01-20T10:30:00Z"
The date and time this task was created
CEL
Copy
Ask AI
created_at
Example
Copy
Ask AI
"2024-01-15T10:30:00Z"
Level of urgency for this task (0 = standard priority, 1 = high priority)
CEL
Copy
Ask AI
priority
Example
Copy
Ask AI
0
