Documentation Index
Fetch the complete documentation index at: https://docs.morf.health/docs/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
Hide parameters
Hide parameters
PII
This field maps to the destination API Contact.Name field.PII
This field maps to the destination API Contact.Email field.PII
This field maps to the destination API Contact.Phone field.PII
This field maps to the destination API Contact.Mobile field.PII
This field maps to the destination API Contact.TwitterId field.PII
This field maps to the destination API Contact.UniqueExternalId field.PII
This field maps to the destination API Contact.OtherEmails field.This field maps to the destination API
Contact.CompanyId field.This field maps to the destination API
Contact.ViewAllTickets field.This field maps to the destination API
Contact.Address field.This field maps to the destination API
Contact.Description field.This field maps to the destination API
Contact.JobTitle field.This field maps to the destination API
Contact.Language field.This field maps to the destination API
Contact.Tags field.This field maps to the destination API
Contact.Timezone field.This field maps to the destination API
Contact.LookupParameter field.This field maps to the destination API
Contact.CustomFields field.{
"$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": [],
"phone": null,
"tags": [],
"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.
Hide fields
Hide fields
Description coming soon
CEL
$result_object_key.name
Example
null
Description coming soon
CEL
$result_object_key.address
Example
null
Description coming soon
CEL
$result_object_key.company_id
Example
null
Description coming soon
CEL
$result_object_key.view_all_tickets
Example
null
Description coming soon
CEL
$result_object_key.deleted
Example
null
Description coming soon
CEL
$result_object_key.description
Example
null
Description coming soon
CEL
$result_object_key.email
Example
null
Description coming soon
CEL
$result_object_key.id
Example
null
Description coming soon
CEL
$result_object_key.job_title
Example
null
Description coming soon
CEL
$result_object_key.language
Example
null
Description coming soon
CEL
$result_object_key.mobile
Example
null
Description coming soon
CEL
$result_object_key.phone
Example
null
Description coming soon
CEL
$result_object_key.time_zone
Example
null
Description coming soon
CEL
$result_object_key.twitter_id
Example
null
Description coming soon
CEL
$result_object_key.other_emails
Example
[]
Description coming soon
CEL
$result_object_key.other_companies
Example
[
{
"company_id": null,
"view_all_tickets": null
}
]
Description coming soon
CEL
$result_object_key.other_companies.map(x, x.company_id)
Example
[
null
]
Description coming soon
CEL
$result_object_key.other_companies.map(x, x.view_all_tickets)
Example
[
null
]
Description coming soon
CEL
$result_object_key.tags
Example
[]
Description coming soon
CEL
$result_object_key.active
Example
null
Description coming soon
CEL
$result_object_key.created_at
Example
null
Description coming soon
CEL
$result_object_key.updated_at
Example
null
