post https://api.mixmax.com/v1/salesforce/lead
Create a new Salesforce Lead
Parameter | Type | Description |
---|---|---|
id | String | The Lead's Salesforce Id |
success | Boolean | True if the Lead was successfully created, and false otherwise. |
errors | Object[] | A list of errors if creating the Lead was not successful |
errors.name | String | A Salesforce error name. |
errors.errorCode | String | The Salesforce error code. |
To find available fields, try /salesforce/syncedFields?type=Lead.