Create Case
Creates a new Salesforce case.
Parameters
Parameter | Description |
---|---|
Description | The description of the new case. |
Origin | The origin of the new case. |
Priority | The priority of the new case. |
Reason | The reason of the new case. |
Status | The status for the new case. |
Subject | The subject of the new case. |
Supplied Company | The company supplied for the new case. |
Supplied Email | The email supplied for the new case. |
Supplied Name | The supplied name for the new case. |
Supplied Phone | The phone supplied for the new case. |
Type | The Type of the new case. |
Example Output
{
"id": "001D000000IqhSLIAZ",
"errors": [],
"success": true
}
Workflow Library Example
Create Case with Salesforce and Send Results Via Email
Preview this Workflow on desktop