Appointments
labtest.appointment.created
Fired when a new lab test appointment is booked for a user through Vital’s at-home or in-clinic flow.
Available options:
labtest.appointment.created, labtest.appointment.updated Example:
{
"address": {
"access_notes": "Gate code #1234, use side entrance",
"city": "San Francisco",
"country": "United States",
"first_line": "123 Main St.",
"second_line": "Apt. 208",
"state": "CA",
"zip_code": "91189"
},
"appointment_notes": "Please bring photo ID",
"can_reschedule": true,
"end_at": "2022-01-01T00:00:00",
"event_data": {
"description": "Metadata field containing provider specific data, like cancellation reason or origin"
},
"event_status": "scheduled",
"events": [
{
"created_at": "2022-01-01T00:00:00Z",
"status": "scheduled"
},
{
"created_at": "2022-01-02T00:00:00Z",
"status": "completed"
}
],
"external_id": "ext-123",
"iana_timezone": "America/New_York",
"id": "1a722b93-f3e1-482b-b758-1ad3475cef91",
"location": { "lat": 37.7749295, "lng": -122.4194155 },
"order_id": "231e06ab-cb6e-4ea5-96b8-2495651f678d",
"order_transaction_id": "1bf13204-082c-4661-b542-ba6b5c45be58",
"provider": "getlabs",
"provider_id": "123",
"start_at": "2022-01-01T00:00:00",
"status": "confirmed",
"type": "phlebotomy",
"user_id": "765071dc-e2e7-498e-8eae-a682b02de12a"
}