{
  "$result_object_key":  {
    "account_tier":  null,
    "created_at":  null,
    "custom_fields":  null,
    "description":  null,
    "domains":  null,
    "health_score":  null,
    "id":  null,
    "industry":  null,
    "name":  null,
    "note":  null,
    "renewal_date":  null,
    "updated_at":  null
  }
}
{
  "$result_object_key":  {
    "account_tier":  null,
    "created_at":  null,
    "custom_fields":  null,
    "description":  null,
    "domains":  null,
    "health_score":  null,
    "id":  null,
    "industry":  null,
    "name":  null,
    "note":  null,
    "renewal_date":  null,
    "updated_at":  null
  }
}

Parameters

Action
Parameters
ID
int64

This field maps to the destination API id field.

Name
string
required

This field maps to the destination API name field.

Description
string

This field maps to the destination API description field.

Domains
[]string
required

PII This field maps to the destination API domains field.

Note
string

This field maps to the destination API note field.

HealthScore
string

This field maps to the destination API health_score field.

AccountTier
string

This field maps to the destination API account_tier field.

RenewalDate
timing.v1.Timestamp

This field maps to the destination API renewal_date field.

Industry
string

This field maps to the destination API industry field.

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

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

{
  "$result_object_key":  {
    "account_tier":  null,
    "created_at":  null,
    "custom_fields":  null,
    "description":  null,
    "domains":  null,
    "health_score":  null,
    "id":  null,
    "industry":  null,
    "name":  null,
    "note":  null,
    "renewal_date":  null,
    "updated_at":  null
  }
}
{
  "$result_object_key":  {
    "account_tier":  null,
    "created_at":  null,
    "custom_fields":  null,
    "description":  null,
    "domains":  null,
    "health_score":  null,
    "id":  null,
    "industry":  null,
    "name":  null,
    "note":  null,
    "renewal_date":  null,
    "updated_at":  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.

Company
Fetch Action Response Object
id
int64
required

Description coming soon

CEL
$result_object_key.id
Example
null
name
string
required

Description coming soon

CEL
$result_object_key.name
Example
null
description
string

Description coming soon

CEL
$result_object_key.description
Example
null
domains
[]string
required

Description coming soon

CEL
$result_object_key.domains
Example
null
note
string

Description coming soon

CEL
$result_object_key.note
Example
null
health_score
string

Description coming soon

CEL
$result_object_key.health_score
Example
null
account_tier
string

Description coming soon

CEL
$result_object_key.account_tier
Example
null
renewal_date
timing.v1.Timestamp

Description coming soon

CEL
$result_object_key.renewal_date
Example
null
industry
string

Description coming soon

CEL
$result_object_key.industry
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
custom_fields
object
required

Description coming soon

CEL
$result_object_key.custom_fields
Example
null