Inputs

Create a new Lead using external data. Return the ID of the new Lead created in a field called recordId.

The following inputs are supported:

firstName
string

First Name

surname
string

Surname

emailAddress
string

Email Address

The email address must be globally unique for all Leads, Contacts, and User records inside SalesDesk. This must be a valid email format.

mobileNumber
string

Mobile Number

title
string

Title

company
string

Company

linkedIn
string

LinkedIn

The LinkedIn URL must be globally unique for all Leads, Contacts, and User records inside SalesDesk. This must be a valid URL format.

website
string

Website

This must be a valid URL format.

addres
string

Address

Outputs

recordId
string

Record Id

This is the ID of the newly created Contact record in SalesDesk.

Exceptions

An exception is thrown if an existing record with the specified email address or LinkedIn profile is found.