{
  "$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

Action
Parameters
Name
string
required

PII This field maps to the destination API Contact.Name field.

Email
string
required

PII This field maps to the destination API Contact.Email field.

Phone
string

PII This field maps to the destination API Contact.Phone field.

Mobile
string

PII This field maps to the destination API Contact.Mobile field.

TwitterId
string

PII This field maps to the destination API Contact.TwitterId field.

UniqueExternalId
string

PII This field maps to the destination API Contact.UniqueExternalId field.

OtherEmails
[]string
required

PII This field maps to the destination API Contact.OtherEmails field.

CompanyId
int64

This field maps to the destination API Contact.CompanyId field.

ViewAllTickets
bool

This field maps to the destination API Contact.ViewAllTickets field.

Address
string

This field maps to the destination API Contact.Address field.

Description
string

This field maps to the destination API Contact.Description field.

JobTitle
string

This field maps to the destination API Contact.JobTitle field.

Language
string

This field maps to the destination API Contact.Language field.

Tags
[]string
required

This field maps to the destination API Contact.Tags field.

Timezone
string

This field maps to the destination API Contact.Timezone field.

LookupParameter
string

This field maps to the destination API Contact.LookupParameter field.

Custom Fields
Map<Custom Field,dynamic (any)>
required

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":  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.

Contact
Fetch Action Response Object
name
string
required

Description coming soon

CEL
$result_object_key.name
Example
null
address
string

Description coming soon

CEL
$result_object_key.address
Example
null
company_id
int64

Description coming soon

CEL
$result_object_key.company_id
Example
null
view_all_tickets
bool
required

Description coming soon

CEL
$result_object_key.view_all_tickets
Example
null
deleted
bool
required

Description coming soon

CEL
$result_object_key.deleted
Example
null
description
string

Description coming soon

CEL
$result_object_key.description
Example
null
email
string

Description coming soon

CEL
$result_object_key.email
Example
null
id
int64
required

Description coming soon

CEL
$result_object_key.id
Example
null
job_title
string

Description coming soon

CEL
$result_object_key.job_title
Example
null
language
string
required

Description coming soon

CEL
$result_object_key.language
Example
null
mobile
string

Description coming soon

CEL
$result_object_key.mobile
Example
null
phone
string

Description coming soon

CEL
$result_object_key.phone
Example
null
time_zone
string
required

Description coming soon

CEL
$result_object_key.time_zone
Example
null
twitter_id
string

Description coming soon

CEL
$result_object_key.twitter_id
Example
null
other_emails
[]string
required

Description coming soon

CEL
$result_object_key.other_emails
Example
null
other_companies
object
required

Description coming soon

CEL
$result_object_key.other_companies
Example
[
{
"company_id":  null,
"view_all_tickets":  null
}
]
other_companies.map(x, x.company_id)
[]int64
required

Description coming soon

CEL
$result_object_key.other_companies.map(x, x.company_id)
Example
[
null
]
other_companies.map(x, x.view_all_tickets)
[]bool
required

Description coming soon

CEL
$result_object_key.other_companies.map(x, x.view_all_tickets)
Example
[
null
]
tags
[]string
required

Description coming soon

CEL
$result_object_key.tags
Example
null
active
bool
required

Description coming soon

CEL
$result_object_key.active
Example
null
created_at
timing.v1.Timestamp

Description coming soon

CEL
$result_object_key.created_at
Example
null
updated_at
timing.v1.Timestamp

Description coming soon

CEL
$result_object_key.updated_at
Example
null