{ "$result_object_key": { "active": "Whether the appointment type is deleted (true = active, false = deleted)", "calendar_ids": "List of calendar IDs associated with this appointment type", "category": "The category of the appointment type", "description": "Optional description of the appointment type", "id": "Unique identifier for the appointment type", "length_minutes": "Duration of the appointment type in minutes", "minutes_padding_after": "The time padding after the appointment", "minutes_padding_before": "The time padding before the appointment", "name": "The name of the appointment type", "private": "Whether the appointment type is private", "scheduling_url": "URL for scheduling this appointment type" }}
v1
Get Appointment Type
Documentation for the Get Appointment Type action for Acuity
{ "$result_object_key": { "active": "Whether the appointment type is deleted (true = active, false = deleted)", "calendar_ids": "List of calendar IDs associated with this appointment type", "category": "The category of the appointment type", "description": "Optional description of the appointment type", "id": "Unique identifier for the appointment type", "length_minutes": "Duration of the appointment type in minutes", "minutes_padding_after": "The time padding after the appointment", "minutes_padding_before": "The time padding before the appointment", "name": "The name of the appointment type", "private": "Whether the appointment type is private", "scheduling_url": "URL for scheduling this appointment type" }}
You can use the result of the action’s data as inputs to downstream workflow actions.Each fetch action requires a result object key to be specified which will nest the action’s result data inside the downstream data context in the Workflow.Here we demonstrate how to refer to this data using the prefix $result_object_key.