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
- Hubspot
- IntakeQ
- Intercom
- Mixpanel
- Morf
- Nextdoor
- Open Phone
- Segment
- Slack
- Spruce
- Stedi
- Stripe
- Tiktok
- Twilio
Fetch Contacts
Documentation for the Fetch Contacts action for Freshdesk
{
"$result_object_key": [
{
"active": null,
"address": null,
"company_id": null,
"created_at": null,
"deleted": null,
"description": null,
"email": null,
"id": null,
"job_title": null,
"language": null,
"mobile": null,
"name": null,
"other_companies": [
{
"company_id": null,
"view_all_tickets": null
}
],
"other_emails": null,
"phone": null,
"tags": null,
"time_zone": null,
"twitter_id": null,
"updated_at": null,
"view_all_tickets": null
}
]
}
{
"$result_object_key": [
{
"active": null,
"address": null,
"company_id": null,
"created_at": null,
"deleted": null,
"description": null,
"email": null,
"id": null,
"job_title": null,
"language": null,
"mobile": null,
"name": null,
"other_companies": {
"company_id": null,
"view_all_tickets": null
},
"other_emails": null,
"phone": null,
"tags": null,
"time_zone": null,
"twitter_id": null,
"updated_at": null,
"view_all_tickets": null
}
]
}
Parameters
{
"$result_object_key": [
{
"active": null,
"address": null,
"company_id": null,
"created_at": null,
"deleted": null,
"description": null,
"email": null,
"id": null,
"job_title": null,
"language": null,
"mobile": null,
"name": null,
"other_companies": [
{
"company_id": null,
"view_all_tickets": null
}
],
"other_emails": null,
"phone": null,
"tags": null,
"time_zone": null,
"twitter_id": null,
"updated_at": null,
"view_all_tickets": null
}
]
}
{
"$result_object_key": [
{
"active": null,
"address": null,
"company_id": null,
"created_at": null,
"deleted": null,
"description": null,
"email": null,
"id": null,
"job_title": null,
"language": null,
"mobile": null,
"name": null,
"other_companies": {
"company_id": null,
"view_all_tickets": null
},
"other_emails": null,
"phone": null,
"tags": null,
"time_zone": null,
"twitter_id": null,
"updated_at": null,
"view_all_tickets": null
}
]
}
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
.
Description coming soon
$result_object_key[*].name
null
Description coming soon
$result_object_key[*].address
null
Description coming soon
$result_object_key[*].company_id
null
Description coming soon
$result_object_key[*].view_all_tickets
null
Description coming soon
$result_object_key[*].deleted
null
Description coming soon
$result_object_key[*].description
null
Description coming soon
$result_object_key[*].email
null
Description coming soon
$result_object_key[*].id
null
Description coming soon
$result_object_key[*].job_title
null
Description coming soon
$result_object_key[*].language
null
Description coming soon
$result_object_key[*].mobile
null
Description coming soon
$result_object_key[*].phone
null
Description coming soon
$result_object_key[*].time_zone
null
Description coming soon
$result_object_key[*].twitter_id
null
Description coming soon
$result_object_key[*].other_emails
null
Description coming soon
$result_object_key[*].other_companies
[
{
"company_id": null,
"view_all_tickets": null
}
]
Description coming soon
$result_object_key[*].other_companies.map(x, x.company_id)
[
null
]
Description coming soon
$result_object_key[*].other_companies.map(x, x.view_all_tickets)
[
null
]
Description coming soon
$result_object_key[*].tags
null
Description coming soon
$result_object_key[*].active
null
Description coming soon
$result_object_key[*].created_at
null
Description coming soon
$result_object_key[*].updated_at
null
{
"$result_object_key": [
{
"active": null,
"address": null,
"company_id": null,
"created_at": null,
"deleted": null,
"description": null,
"email": null,
"id": null,
"job_title": null,
"language": null,
"mobile": null,
"name": null,
"other_companies": [
{
"company_id": null,
"view_all_tickets": null
}
],
"other_emails": null,
"phone": null,
"tags": null,
"time_zone": null,
"twitter_id": null,
"updated_at": null,
"view_all_tickets": null
}
]
}
{
"$result_object_key": [
{
"active": null,
"address": null,
"company_id": null,
"created_at": null,
"deleted": null,
"description": null,
"email": null,
"id": null,
"job_title": null,
"language": null,
"mobile": null,
"name": null,
"other_companies": {
"company_id": null,
"view_all_tickets": null
},
"other_emails": null,
"phone": null,
"tags": null,
"time_zone": null,
"twitter_id": null,
"updated_at": null,
"view_all_tickets": null
}
]
}