Skip to main content

Create Case

Creates a new Salesforce case.

Parameters

ParameterDescription
DescriptionThe description of the new case.
OriginThe origin of the new case.
PriorityThe priority of the new case.
ReasonThe reason of the new case.
StatusThe status for the new case.
SubjectThe subject of the new case.
Supplied CompanyThe company supplied for the new case.
Supplied EmailThe email supplied for the new case.
Supplied NameThe supplied name for the new case.
Supplied PhoneThe phone supplied for the new case.
TypeThe Type of the new case.

Example Output

{
"id": "001D000000IqhSLIAZ",
"errors": [],
"success": true
}

Workflow Library Example

Create Case with Salesforce and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop