/salesforce/contact/:id

Update a Salesforce Contact by Id.

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

Updates the fields for the account in the request body. To find available fields, try /salesforce/syncedFields?type=Task

Language
Click Try It! to start a request and see the response here!