Events
- Active Campaign
- Acuity
- Athena
- Axle Health
- Butterfly Labs
- Calendly
- Customer.io
- Elation
- Feathery
- Formsort
- Healthie
- Hubspot
- IntakeQ
- Junction
- Morf
- Segment
Actions
- Active Campaign
- Athena
- Customer.io
- Elation
- Facebook
- Freshdesk
- Google
- Healthie
- Hubspot
- IntakeQ
- Intercom
- Mixpanel
- Morf
- Nextdoor
- Open Phone
- Segment
- Slack
- Spruce
- Stedi
- Stripe
- Tiktok
- Twilio
Visit
Event payload details and trigger documentation for Visit data from Axle Health
Copy
{
"id": "38902dfa-63d4-4454-afd4-1280b94f94d6",
"patient_id": "e0786666-66d2-4a24-a24c-dafa2622332b",
"service_ids": [
"d17d2538-501f-4915-a801-32e8c418ae14"
],
"status": "not_started",
"type": "visit",
"visit_datetime": "2023-05-23T07:30:00-07:00"
}
Copy
{
"id": "Unique identifier for the visit",
"patient_id": "Unique identifier for the patient",
"service_ids": "List of service IDs associated with this visit",
"status": "Current status of the visit",
"type": "Type of the record, always 'visit' for Visit messages",
"visit_datetime": "Scheduled date and time of the visit"
}
Events
Triggering Webhook Types
The following event types are associated with the Visit event payload from Axle Health.
Axle Health Lab Order Status Update
Copy
{
"id": "38902dfa-63d4-4454-afd4-1280b94f94d6",
"patient_id": "e0786666-66d2-4a24-a24c-dafa2622332b",
"service_ids": [
"d17d2538-501f-4915-a801-32e8c418ae14"
],
"status": "not_started",
"type": "visit",
"visit_datetime": "2023-05-23T07:30:00-07:00"
}
Copy
{
"id": "Unique identifier for the visit",
"patient_id": "Unique identifier for the patient",
"service_ids": "List of service IDs associated with this visit",
"status": "Current status of the visit",
"type": "Type of the record, always 'visit' for Visit messages",
"visit_datetime": "Scheduled date and time of the visit"
}
Payload Field Details
Type of the record, always ‘visit’ for Visit messages
CEL
Copy
type
Example
Copy
"visit"
Unique identifier for the visit
CEL
Copy
id
Example
Copy
"38902dfa-63d4-4454-afd4-1280b94f94d6"
List of service IDs associated with this visit
CEL
Copy
service_ids
Example
Copy
[
"d17d2538-501f-4915-a801-32e8c418ae14"
]
Unique identifier for the patient
CEL
Copy
patient_id
Example
Copy
"e0786666-66d2-4a24-a24c-dafa2622332b"
Current status of the visit
CEL
Copy
status
Example
Copy
"not_started"
Scheduled date and time of the visit
CEL
Copy
visit_datetime
Example
Copy
"2023-05-23T07:30:00-07:00"
Copy
{
"id": "38902dfa-63d4-4454-afd4-1280b94f94d6",
"patient_id": "e0786666-66d2-4a24-a24c-dafa2622332b",
"service_ids": [
"d17d2538-501f-4915-a801-32e8c418ae14"
],
"status": "not_started",
"type": "visit",
"visit_datetime": "2023-05-23T07:30:00-07:00"
}
Copy
{
"id": "Unique identifier for the visit",
"patient_id": "Unique identifier for the patient",
"service_ids": "List of service IDs associated with this visit",
"status": "Current status of the visit",
"type": "Type of the record, always 'visit' for Visit messages",
"visit_datetime": "Scheduled date and time of the visit"
}
Assistant
Responses are generated using AI and may contain mistakes.