Creates a Salesforce Contact record with the given parameters and returns the Contact Id of the created Contact record. The first thing that the handler does is obtain an access token using the inputted info values, which is used to authenticate the rest of the calls that are made. The parameter inputs are then used to build a Contact object which is sent to the Salesforce REST API to create a Contact with those values.
Name | Description |
---|---|
Salutation | Sets the Salutation field of the Contact record |
First Name | Sets the First Name field of the Contact record |
Last Name | Sets the Last Name field of the Contact record |
Title | Sets the Title field of the Contact record |
Department | Sets the Department field of the Contact record |
Mailing Street | Sets the Mailing Street field of the Contact record |
Mailing City | Sets the Mailing City field of the Contact record |
Mailing State/Province | Sets the Mailing State/Province field of the Contact record |
Mailing Zip/Postal Code | Sets the Mailing Zip/Postal Code field of the Contact record |
Mailing Country | Sets the Mailing Country field of the Contact record |
Phone | Sets the Phone field of the Contact record |
Home Phone | Sets the Home Phone field of the Contact record |
Mobile | Sets the Mobile field of the Contact record |
Fax | Sets the Fax field of the Contact record |
Sets the Email field of the Contact record | |
Description | Sets the Description field of the Contact record |
Name | Description |
---|---|
Salutation | Mr |
First Name | Test |
Last Name | User |
Title | Department Lead |
Department | Developer |
Mailing Street | 1234 Cherry Ln |
Mailing City | St Paul |
Mailing State/Province | MN |
Mailing Zip/Postal Code | 55101 |
Mailing Country | USA |
Phone | 555-555-5555 |
Home Phone | 555-555-5555 |
Mobile | 444-444-4444 |
Fax | 333-333-3333 |
test.user@acme.com | |
Description | A test user |
Name | Description |
---|---|
Contact Id | The Id of the Salesforce Contact record that was created |
Salesforce Contact Create V2 (2017-09-11)
Due to Salesforce requiring TLS 1.2, this handler is only compatible with Task
4.2.0 and above due to needing a ruby version greater than 2.0.0
Update Salesforce API version from v20.0 to v37.0
Updated to fully use the REST API (including authentication)
Add more logging while executing
Salesforce Contact Create V1 (2011-04-28)
Learn more about the Kinetic Data Enterprise Workflow Platform Check it out