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

This field maps to the destination API id field.

Email
string

This field maps to the destination API email field.

Phone
string

This field maps to the destination API phone field.

Company ID
int64

This field maps to the destination API company_id 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