Events
- Active Campaign
- Acuity
- Axle Health
- Butterfly Labs
- Calendly
- Customer.io
- Elation
- Feathery
- Formsort
- Healthie
- Hubspot
- IntakeQ
- Junction
- Morf
- Segment
Actions
- Active Campaign
- Customer.io
- Facebook
- Freshdesk
- Google
- Healthie
- v1
- Append To Patient Quick Notes
- Complete Task
- Create Allergy Sensitivity
- Create Appointment
- Create Billing Item
- Create Conversation
- Create Document
- Create Family History
- Create Invoice
- Create Metric Entry
- Create Or Update Form Answer Group
- Create Or Update Insurance Policy
- Create Or Update Notification Contact
- Create Or Update Patient
- Create Or Update Patient Location
- Create Or Update Referring Provider
- Create Patient Stripe Credit Card
- Create Patient Stripe Credit Card V2
- Create Referral
- Create Requested Form Completion
- Create Task
- Get Appointment
- Get Onboarding Flow
- Get User
- List Appointments For Patient
- List Insurance Plans
- List Requested Form Completion
- Lock Form Answer Group
- Search Metric Entries
- Search Users
- Send Form Request Reminder
- Update Appointment
- Update Client Source
- Update Metric Entry
- Update Patient
- Update Patient Weight
- Update Tags
- v2
- Hubspot
- IntakeQ
- Intercom
- Mixpanel
- Morf
- Nextdoor
- Open Phone
- Segment
- Slack
- Spruce
- Stedi
- Stripe
- Tiktok
- Twilio
Create Or Update Referring Provider
Documentation for the Create Or Update Referring Provider action for Healthie
{
"$result_object_key": {
"business_name": "Dr. John",
"created_at": "2024-05-10T08:46:04Z",
"email": "john.doe@example.com",
"first_name": "John",
"full_name": "John Doe",
"id": "57211",
"last_name": "Doe",
"location": {
"city": "San Francisco",
"country": "USA",
"line1": "123 Main Street",
"line2": "Suite 100",
"state": "CA",
"zip": "94117"
},
"phone_number": "+15551234123"
}
}
{
"$result_object_key": {
"business_name": "Provider's business name",
"created_at": "Provider's creation date",
"email": "Provider's email",
"first_name": "Provider's first name",
"full_name": "Provider's full name",
"id": "Provider ID",
"last_name": "Provider's last name",
"location": {
"city": "City",
"country": "Country",
"line1": "First line of the address",
"line2": "Second line of the address",
"state": "State",
"zip": "Zip code"
},
"phone_number": "Provider's phone number"
}
}
Parameters
ID
This field maps to the destination API id
field.
PII
This field maps to the destination API first_name
field.
PII
This field maps to the destination API last_name
field.
PII
This field maps to the destination API location.city
field.
PII
This field maps to the destination API location.state
field.
PII
This field maps to the destination API specialty
field.
PII
This field maps to the destination API business_name
field.
PII
This field maps to the destination API phone_number
field.
PII
This field maps to the destination API email
field.
ID
This field maps to the destination API npi
field.
{
"$result_object_key": {
"business_name": "Dr. John",
"created_at": "2024-05-10T08:46:04Z",
"email": "john.doe@example.com",
"first_name": "John",
"full_name": "John Doe",
"id": "57211",
"last_name": "Doe",
"location": {
"city": "San Francisco",
"country": "USA",
"line1": "123 Main Street",
"line2": "Suite 100",
"state": "CA",
"zip": "94117"
},
"phone_number": "+15551234123"
}
}
{
"$result_object_key": {
"business_name": "Provider's business name",
"created_at": "Provider's creation date",
"email": "Provider's email",
"first_name": "Provider's first name",
"full_name": "Provider's full name",
"id": "Provider ID",
"last_name": "Provider's last name",
"location": {
"city": "City",
"country": "Country",
"line1": "First line of the address",
"line2": "Second line of the address",
"state": "State",
"zip": "Zip code"
},
"phone_number": "Provider's phone number"
}
}
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
.
Provider ID
$result_object_key.id
"57211"
PII
Provider’s first name
$result_object_key.first_name
"John"
PII
Provider’s last name
$result_object_key.last_name
"Doe"
PII
Provider’s location
$result_object_key.location
{
"city": "San Francisco",
"country": "USA",
"line1": "123 Main Street",
"line2": "Suite 100",
"state": "CA",
"zip": "94117"
}
First line of the address
$result_object_key.location.line1
"123 Main Street"
Second line of the address
$result_object_key.location.line2
"Suite 100"
City
$result_object_key.location.city
"San Francisco"
State
$result_object_key.location.state
"CA"
Zip code
$result_object_key.location.zip
"94117"
Country
$result_object_key.location.country
"USA"
Provider’s creation date
$result_object_key.created_at
"2024-05-10T08:46:04Z"
PII
Provider’s business name
$result_object_key.business_name
"Dr. John"
PII
Provider’s phone number
$result_object_key.phone_number
"+15551234123"
PII
Provider’s email
$result_object_key.email
"john.doe@example.com"
PII
Provider’s full name
$result_object_key.full_name
"John Doe"
{
"$result_object_key": {
"business_name": "Dr. John",
"created_at": "2024-05-10T08:46:04Z",
"email": "john.doe@example.com",
"first_name": "John",
"full_name": "John Doe",
"id": "57211",
"last_name": "Doe",
"location": {
"city": "San Francisco",
"country": "USA",
"line1": "123 Main Street",
"line2": "Suite 100",
"state": "CA",
"zip": "94117"
},
"phone_number": "+15551234123"
}
}
{
"$result_object_key": {
"business_name": "Provider's business name",
"created_at": "Provider's creation date",
"email": "Provider's email",
"first_name": "Provider's first name",
"full_name": "Provider's full name",
"id": "Provider ID",
"last_name": "Provider's last name",
"location": {
"city": "City",
"country": "Country",
"line1": "First line of the address",
"line2": "Second line of the address",
"state": "State",
"zip": "Zip code"
},
"phone_number": "Provider's phone number"
}
}