Events
- Active Campaign
- Acuity
- Athena
- Axle Health
- Butterfly Labs
- Calendly
- Customer.io
- Elation
- Feathery
- Formsort
- Healthie
- Hubspot
- IntakeQ
- Junction
- Morf
- Posthog
- 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
Axle Health
Visit
Event payload details and trigger documentation for Visit data from Axle Health
Copy
Ask AI
{
"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
Ask AI
{
"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
Ask AI
{
"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
Ask AI
{
"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
Ask AI
type
Example
Copy
Ask AI
"visit"
Unique identifier for the visit
CEL
Copy
Ask AI
id
Example
Copy
Ask AI
"38902dfa-63d4-4454-afd4-1280b94f94d6"
List of service IDs associated with this visit
CEL
Copy
Ask AI
service_ids
Example
Copy
Ask AI
[
"d17d2538-501f-4915-a801-32e8c418ae14"
]
Unique identifier for the patient
CEL
Copy
Ask AI
patient_id
Example
Copy
Ask AI
"e0786666-66d2-4a24-a24c-dafa2622332b"
Current status of the visit
CEL
Copy
Ask AI
status
Example
Copy
Ask AI
"not_started"
Scheduled date and time of the visit
CEL
Copy
Ask AI
visit_datetime
Example
Copy
Ask AI
"2023-05-23T07:30:00-07:00"
Copy
Ask AI
{
"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
Ask AI
{
"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.