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
List Diagnoses
Documentation for the List Diagnoses action for Intakeq
Copy
Ask AI
{
"$result_object_key": [
{
"code": "F12.34",
"date": "2024-03-04T14:00:00Z",
"description": "Adjustment Disorder, With anxiety",
"end_date": "2025-01-02T14:00:00Z",
"note_id": "d020aecd-7005-4ef6-b467-9c715017ec17"
}
]
}
Copy
Ask AI
{
"$result_object_key": [
{
"code": "Code for the diagnosis",
"date": "Date when the diagnosis was made",
"description": "Description of the diagnosis",
"end_date": "End date of the diagnosis, if applicable",
"note_id": "ID of the note associated with this diagnosis"
}
]
}
Parameters
Copy
Ask AI
{
"$result_object_key": [
{
"code": "F12.34",
"date": "2024-03-04T14:00:00Z",
"description": "Adjustment Disorder, With anxiety",
"end_date": "2025-01-02T14:00:00Z",
"note_id": "d020aecd-7005-4ef6-b467-9c715017ec17"
}
]
}
Copy
Ask AI
{
"$result_object_key": [
{
"code": "Code for the diagnosis",
"date": "Date when the diagnosis was made",
"description": "Description of the diagnosis",
"end_date": "End date of the diagnosis, if applicable",
"note_id": "ID of the note associated with this diagnosis"
}
]
}
Result Object Field Details
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
.
Code for the diagnosis
CEL
Copy
Ask AI
$result_object_key[*].code
Example
Copy
Ask AI
"F12.34"
Description of the diagnosis
CEL
Copy
Ask AI
$result_object_key[*].description
Example
Copy
Ask AI
"Adjustment Disorder, With anxiety"
Date when the diagnosis was made
CEL
Copy
Ask AI
$result_object_key[*].date
Example
Copy
Ask AI
"2024-03-04T14:00:00Z"
End date of the diagnosis, if applicable
CEL
Copy
Ask AI
$result_object_key[*].end_date
Example
Copy
Ask AI
"2025-01-02T14:00:00Z"
ID of the note associated with this diagnosis
CEL
Copy
Ask AI
$result_object_key[*].note_id
Example
Copy
Ask AI
"d020aecd-7005-4ef6-b467-9c715017ec17"
Copy
Ask AI
{
"$result_object_key": [
{
"code": "F12.34",
"date": "2024-03-04T14:00:00Z",
"description": "Adjustment Disorder, With anxiety",
"end_date": "2025-01-02T14:00:00Z",
"note_id": "d020aecd-7005-4ef6-b467-9c715017ec17"
}
]
}
Copy
Ask AI
{
"$result_object_key": [
{
"code": "Code for the diagnosis",
"date": "Date when the diagnosis was made",
"description": "Description of the diagnosis",
"end_date": "End date of the diagnosis, if applicable",
"note_id": "ID of the note associated with this diagnosis"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.