Create Contact

Estimated reading: 3 minutes 3324 views

This activity helps the user to create a new contact for the salesforce account. It represents the individuals who are associated with the account. 

Properties

Configuration

Once the integration is connected from the Manager, the property panel will automatically display the connected integration.
If you see the message “Add new connection”click here to learn how to set up a new connection.

Below are the properties available after the project has been integrated:

Salesforce: *This parameter indicates the account name associated with the integration.

INPUT

Account ID: *Specify account ID against where the contact of the individual needs to be associated. It offers multiple ways to choose the account ID:
a. Clear Values: It will clear the account ID chosen and allows you to choose another account. 
b. Use Variable: Allows you to provide the “Account ID” as a variable in “String” format. You can either hardcode the values as a string or use a variable of the “String” datatype.

Description: Specifies to provide description for the contact being created. It accepts values in “String” datatype.

Email: Specify the email account of the contact being created. It accepts values in “String” datatype.

First name: Specify the first name of the contact being created. It accepts values in “String” datatype.

Last Name: Specify the last name of the contact being created. It accepts values in “String” datatype.

Phone: Specify the phone number of the contact being created. It accepts values in “String” datatype. 

Salutation: Specifies to select the salutation to address the contact being created. It accepts values in “String” datatype. 

Title: Specify the designation of the contact being created. It accepts values in “String” datatype.

MISC

SkipOnError: Specify the “Boolean” value as “True” or “False.”
True: Continue executing the workflow regardless of any errors thrown.
False: Halt the workflow if it encounters any errors.
None: If the option is left blank, the activity will, by default, behave as if “False” were chosen.

Version: It indicates the version of the feature being used. 

Manage Properties

This wizard displays if the activity includes any additional configurable properties to include while execution. 

OPTIONS

Creation Source: This option will create the contact with the inputs provided in the activity without any additional inputs. Select the option as “Auto create” to automatically create the contacts with only the provided inputs. 

OUTPUT

Contact: It helps to view the details of the contact created, curated by custom class of Salesforce API. Click here to know how to view the output.

ID: It helps to return the unique identifier of the contact created in salesforce in “String” datatype.

Result: This parameter allows you to view the execution status of the activity and returns a value in “Boolean.”
True: Indicates that the activity has been executed successfully without any errors.
False: Indicates that the activity has been unsuccessful due to an unexpected error being thrown.

* Represents mandatory fields to execute the workflow.

Share this Doc

Create Contact

Or copy link

CONTENTS