/salesforce/task/:id

Update a Salesforce Task by Id.

ParameterTypeDescription
idStringThe Task's Salesforce Id
successBooleanTrue if the Task was successfully created, and false otherwise.
errorsObject[]A list of errors if creating the Task 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
Authorization
Header