Create a new Salesforce Opportunity
| Parameter | Type | Description |
|---|---|---|
| id | String | The Task's Salesforce Id |
| success | Boolean | True if the Task was successfully created, and false otherwise. |
| errors | Object[] | A list of errors if creating the Task 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=Opportunity.
