External DocumentationTo learn more, visit the Salesforce documentation.
Actions
Create Case
Creates a new Salesforce case.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
{
"id": "001D000000IqhSLIAZ",
"errors": [],
"success": true
}
Was this page helpful?