{
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"client_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"data": {
"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": "35e1048e-9826-4f90-b1dc-a650d22cab91",
"location": {
"lat": 37.7749295,
"lng": -122.4194155
},
"order_id": "e5a0b5d2-cc05-413d-aabd-103b9e27a53c",
"order_transaction_id": "df51e33a-9765-4366-861b-841c5da8709c",
"provider": "getlabs",
"provider_id": "123",
"start_at": "2022-01-01T00:00:00",
"status": "confirmed",
"type": "phlebotomy",
"user_id": "10ea535d-a895-4f81-b388-a541311601cb"
}
}Appointments
labtest.appointment.created
Sent when a lab test appointment is scheduled for a user.
Available options:
labtest.appointment.created, labtest.appointment.updated Show child attributes
Show child attributes
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": "35e1048e-9826-4f90-b1dc-a650d22cab91", "location": { "lat": 37.7749295, "lng": -122.4194155 }, "order_id": "e5a0b5d2-cc05-413d-aabd-103b9e27a53c", "order_transaction_id": "df51e33a-9765-4366-861b-841c5da8709c", "provider": "getlabs", "provider_id": "123", "start_at": "2022-01-01T00:00:00", "status": "confirmed", "type": "phlebotomy", "user_id": "10ea535d-a895-4f81-b388-a541311601cb" }
Was this page helpful?
⌘I