/salesforce/lead

Create a new Salesforce Lead

ParameterTypeDescription
idStringThe Lead's Salesforce Id
successBooleanTrue if the Lead was successfully created, and false otherwise.
errorsObject[]A list of errors if creating the Lead was not successful
errors.nameStringA Salesforce error name.
errors.errorCodeStringThe Salesforce error code.

To find available fields, try /salesforce/syncedFields?type=Lead.

Language
Authorization
Header