Tool
Create case
The Salesforce REST API Create Case tool enables businesses to efficiently open and manage customer service cases directly within their Salesforce environment. It simplifies issue tracking by allowing users to create detailed case records through an automated API integration, improving customer support workflows.
Features
- Create new customer service cases with detailed descriptions and statuses.
- Supports multiple case statuses including New, Working, Escalated, and Closed for clear tracking.
- Includes fields for capturing customer information such as supplied name and email.
- Option to enable advanced properties for accessing all available case attributes.
- Seamless integration with Salesforce REST API ensuring real-time updates and data consistency.
Benefits
- Streamlines customer issue tracking for faster resolution times.
- Enhances communication and data management by centralizing cases within Salesforce.
- Improves customer satisfaction by providing timely updates on case status.
- Reduces manual data entry, increasing accuracy and saving time for support teams.
- Offers flexibility with advanced property settings for customized case management.
Description
Creates a Case, which represents a customer issue or problem. See the documentation
Parameters
5 parameters
| Name | Type | Description |
|---|---|---|
| Description | string | A text description of the case. Limit: 32 KB. |
| Status | enum | The status of the case. |
| SuppliedEmail | string | The email address associated with the case. |
| SuppliedName | string | The name of the case. |
| useAdvancedProps | boolean | Set to true to see all available props for this object. |