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 Notification Contact
Documentation for the Create Or Update Notification Contact action for Healthie
{
"$result_object_key": {
"email_address": "john.doe@example.com",
"first_name": "John",
"id": "212012",
"is_emergency_contact": true,
"last_name": "Doe",
"phone_number": "+15551234123",
"relationship": "Caregiver"
}
}
{
"$result_object_key": {
"email_address": "Email address of the notification contact",
"first_name": "First name of the notification contact",
"id": "ID for the notification contact",
"is_emergency_contact": "Whether the notification contact is an emergency contact",
"last_name": "Last name of the notification contact",
"phone_number": "Phone number of the notification contact",
"relationship": "Relationship between the notification contact and the user"
}
}
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 phone_number
field.
PII
This field maps to the destination API email
field.
This field maps to the destination API emergency
field.
This field maps to the destination API relationship
field.
This field maps to the destination API 0..n notification contacts array index (default 0)
field.
{
"$result_object_key": {
"email_address": "john.doe@example.com",
"first_name": "John",
"id": "212012",
"is_emergency_contact": true,
"last_name": "Doe",
"phone_number": "+15551234123",
"relationship": "Caregiver"
}
}
{
"$result_object_key": {
"email_address": "Email address of the notification contact",
"first_name": "First name of the notification contact",
"id": "ID for the notification contact",
"is_emergency_contact": "Whether the notification contact is an emergency contact",
"last_name": "Last name of the notification contact",
"phone_number": "Phone number of the notification contact",
"relationship": "Relationship between the notification contact and the user"
}
}
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
.
ID for the notification contact
$result_object_key.id
"212012"
First name of the notification contact
$result_object_key.first_name
"John"
Last name of the notification contact
$result_object_key.last_name
"Doe"
PII
Email address of the notification contact
$result_object_key.email_address
"john.doe@example.com"
Whether the notification contact is an emergency contact
$result_object_key.is_emergency_contact
true
PII
Phone number of the notification contact
$result_object_key.phone_number
"+15551234123"
Relationship between the notification contact and the user
$result_object_key.relationship
"Caregiver"
{
"$result_object_key": {
"email_address": "john.doe@example.com",
"first_name": "John",
"id": "212012",
"is_emergency_contact": true,
"last_name": "Doe",
"phone_number": "+15551234123",
"relationship": "Caregiver"
}
}
{
"$result_object_key": {
"email_address": "Email address of the notification contact",
"first_name": "First name of the notification contact",
"id": "ID for the notification contact",
"is_emergency_contact": "Whether the notification contact is an emergency contact",
"last_name": "Last name of the notification contact",
"phone_number": "Phone number of the notification contact",
"relationship": "Relationship between the notification contact and the user"
}
}