Appointments
labtest.appointment.created
Webhook event fired when a new at-home phlebotomy or in-person lab appointment is created.
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": "a77e4e32-0a51-4b7a-9238-807f6a59ab39",
"location": { "lat": 37.7749295, "lng": -122.4194155 },
"order_id": "707b7433-f7a2-41ea-a2d6-1fb29d3d2582",
"order_transaction_id": "63d14993-3c4a-4522-864b-2440f2bb2acf",
"provider": "getlabs",
"provider_id": "123",
"start_at": "2022-01-01T00:00:00",
"status": "confirmed",
"type": "phlebotomy",
"user_id": "a894223d-fd65-44d4-8ebc-0a04537fb137"
}