Parameters
Hide parameters
Hide parameters
This field maps to the destination API
ID field.PII
This field maps to the destination API Email field.PII
This field maps to the destination API First_Name field.PII
This field maps to the destination API Last_Name field.This field maps to the destination API
Account_Name field.This field maps to the destination API
Lead_Source field.PII
This field maps to the destination API Date_of_Birth field.PII
This field maps to the destination API Phone field.PII
This field maps to the destination API Mailing_Street field.PII
This field maps to the destination API Mailing_City field.PII
This field maps to the destination API Mailing_State field.PII
This field maps to the destination API Mailing_Zip field.PII
This field maps to the destination API Mailing_Country field.This field maps to the destination API
<Contact_Field> field.Copy
Ask AI
{
"$result_object_key": {
"account_name": "Acme Corp",
"additional_fields": {
"Custom_Field_1": "Value1",
"Custom_Field_2": "Value2"
},
"date_of_birth": "1990-01-01",
"email": "jane.doe@example.com",
"first_name": "Jane",
"id": "6325355123451030002",
"last_name": "Doe",
"lead_source": "Website",
"mailing_city": "San Francisco",
"mailing_country": "USA",
"mailing_state": "CA",
"mailing_street": "123 Main St",
"mailing_zip": "94105",
"phone": "+1234567890"
}
}
Copy
Ask AI
{
"$result_object_key": {
"account_name": "The name of the account associated with the contact.",
"additional_fields": "Additional fields for the contact.",
"date_of_birth": "The contact's date of birth.",
"email": "The contact's email address.",
"first_name": "The contact's first name.",
"id": "The contact's unique identifier.",
"last_name": "The contact's last name.",
"lead_source": "The source from which the lead originated.",
"mailing_city": "The city for mailing.",
"mailing_country": "The country for mailing.",
"mailing_state": "The state for mailing.",
"mailing_street": "The street address for mailing.",
"mailing_zip": "The ZIP code for mailing.",
"phone": "The contact's phone number."
}
}
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
ID The contact’s unique identifier.CEL
Copy
Ask AI
$result_object_key.id
Example
Copy
Ask AI
"6325355123451030002"
PII The contact’s email address.CEL
Copy
Ask AI
$result_object_key.email
Example
Copy
Ask AI
"jane.doe@example.com"
PII The contact’s first name.CEL
Copy
Ask AI
$result_object_key.first_name
Example
Copy
Ask AI
"Jane"
PII The contact’s last name.CEL
Copy
Ask AI
$result_object_key.last_name
Example
Copy
Ask AI
"Doe"
The name of the account associated with the contact.
CEL
Copy
Ask AI
$result_object_key.account_name
Example
Copy
Ask AI
"Acme Corp"
The source from which the lead originated.
CEL
Copy
Ask AI
$result_object_key.lead_source
Example
Copy
Ask AI
"Website"
PII The contact’s date of birth.CEL
Copy
Ask AI
$result_object_key.date_of_birth
Example
Copy
Ask AI
"1990-01-01"
PII The contact’s phone number.CEL
Copy
Ask AI
$result_object_key.phone
Example
Copy
Ask AI
"+1234567890"
PII The street address for mailing.CEL
Copy
Ask AI
$result_object_key.mailing_street
Example
Copy
Ask AI
"123 Main St"
PII The city for mailing.CEL
Copy
Ask AI
$result_object_key.mailing_city
Example
Copy
Ask AI
"San Francisco"
PII The state for mailing.CEL
Copy
Ask AI
$result_object_key.mailing_state
Example
Copy
Ask AI
"CA"
PII The ZIP code for mailing.CEL
Copy
Ask AI
$result_object_key.mailing_zip
Example
Copy
Ask AI
"94105"
The country for mailing.
CEL
Copy
Ask AI
$result_object_key.mailing_country
Example
Copy
Ask AI
"USA"
Additional fields for the contact.
CEL
Copy
Ask AI
$result_object_key.additional_fields
Example
Copy
Ask AI
{
"Custom_Field_1": "Value1",
"Custom_Field_2": "Value2"
}
