Parameters
Hide parameters
Hide parameters
ID
This field maps to the destination API patient_id field.ID
This field maps to the destination API pharmacy_id field.PII
This field maps to the destination API address field.PII
This field maps to the destination API city field.This field maps to the destination API
name field.This field maps to the destination API
ncpdp_id field.PII
This field maps to the destination API phone_or_fax field.This field maps to the destination API
specialties field.PII
This field maps to the destination API state field.PII
This field maps to the destination API zip field.This field maps to the destination API
primary field.Copy
Ask AI
{
"$result_object_key": {
"city": "San Francisco",
"id": "123456",
"latitude": "37.7749",
"line1": "123 Main St",
"line2": "Suite 100",
"longitude": "-122.4194",
"name": "CVS Pharmacy",
"phone_number": "+14155551234",
"state": "CA",
"zip": "94102"
}
}
Copy
Ask AI
{
"$result_object_key": {
"city": "The city of the address",
"id": "The unique identifier of the pharmacy",
"latitude": "Latitude coordinate of the pharmacy",
"line1": "The first line of the address",
"line2": "The second line of the address",
"longitude": "Longitude coordinate of the pharmacy",
"name": "The name of the pharmacy",
"phone_number": "The phone number of the pharmacy",
"state": "The state of the address (Uses the 2 letter abbreviation if in US)",
"zip": "The zip/postal code of the address"
}
}
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.
Hide fields
Hide fields
The unique identifier of the pharmacy
CEL
Copy
Ask AI
$result_object_key.id
Example
Copy
Ask AI
"123456"
The city of the address
CEL
Copy
Ask AI
$result_object_key.city
Example
Copy
Ask AI
"San Francisco"
Latitude coordinate of the pharmacy
CEL
Copy
Ask AI
$result_object_key.latitude
Example
Copy
Ask AI
"37.7749"
Longitude coordinate of the pharmacy
CEL
Copy
Ask AI
$result_object_key.longitude
Example
Copy
Ask AI
"-122.4194"
The first line of the address
CEL
Copy
Ask AI
$result_object_key.line1
Example
Copy
Ask AI
"123 Main St"
The second line of the address
CEL
Copy
Ask AI
$result_object_key.line2
Example
Copy
Ask AI
"Suite 100"
The name of the pharmacy
CEL
Copy
Ask AI
$result_object_key.name
Example
Copy
Ask AI
"CVS Pharmacy"
The phone number of the pharmacy
CEL
Copy
Ask AI
$result_object_key.phone_number
Example
Copy
Ask AI
"+14155551234"
The state of the address (Uses the 2 letter abbreviation if in US)
CEL
Copy
Ask AI
$result_object_key.state
Example
Copy
Ask AI
"CA"
The zip/postal code of the address
CEL
Copy
Ask AI
$result_object_key.zip
Example
Copy
Ask AI
"94102"
