> ## Documentation Index
> Fetch the complete documentation index at: https://docs.parsalink.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Cases

> Manage support tickets and post-sale issues with a full case management workflow linked to your CRM accounts and contacts.

<div
  style={{
background: "linear-gradient(135deg, #143D4E 0%, #1C758A 55%, #30C8CA 100%)",
borderRadius: "24px",
padding: "28px",
marginBottom: "28px",
color: "#FFFFFF",
boxShadow: "0 20px 50px rgba(20, 61, 78, 0.22)",
position: "relative",
overflow: "hidden",
border: "1px solid rgba(255,255,255,0.08)"
}}
>
  <div
    style={{
position: "absolute",
top: "-36px",
right: "-36px",
width: "170px",
height: "170px",
background: "rgba(255,255,255,0.08)",
borderRadius: "999px"
}}
  />

  <div
    style={{
position: "absolute",
bottom: "-48px",
left: "-24px",
width: "130px",
height: "130px",
background: "rgba(255,255,255,0.06)",
borderRadius: "999px"
}}
  />

  <div
    style={{
  display: "inline-flex",
  alignItems: "center",
  background: "rgba(255,255,255,0.14)",
  color: "#FFFFFF",
  padding: "7px 14px",
  borderRadius: "999px",
  fontSize: "12px",
  fontWeight: "700",
  marginBottom: "12px",
  letterSpacing: "0.08em",
  textTransform: "uppercase"
}}
  >
    CASES
  </div>

  <p style={{ margin: 0, fontSize: "16px", lineHeight: "1.9", maxWidth: "760px", color: "#FFFFFF" }}>
    Manage support tickets and post-sale issues with a full case management workflow linked to your CRM accounts and contacts.
  </p>
</div>

<div
  style={{ 
display: "inline-block",
color: "#1C758A", 
fontSize: "12px", 
fontWeight: "700", 
marginBottom: "8px",
letterSpacing: "0.08em",
textTransform: "uppercase",
background: "rgba(28,117,138,0.08)",
padding: "6px 12px",
borderRadius: "999px",
border: "1px solid rgba(28,117,138,0.12)"
}}
>
  Overview
</div>

## What Are Cases?

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E7EAEC",
borderRadius: "18px",
padding: "20px",
marginBottom: "24px",
boxShadow: "0 14px 34px rgba(20, 61, 78, 0.05)"
}}
>
  Cases are support tickets and post-sale issues — requests from customers that need investigation, resolution, or follow-up. Cases are linked to an **Account** and optionally to a specific **Contact** at that account.

  Using cases keeps customer support history inside the CRM rather than siloed in a separate helpdesk tool, giving sales and support teams shared visibility.
</div>

***

<div
  style={{ 
display: "inline-block",
color: "#1C758A", 
fontSize: "12px", 
fontWeight: "700", 
marginBottom: "8px",
letterSpacing: "0.08em",
textTransform: "uppercase",
background: "rgba(28,117,138,0.08)",
padding: "6px 12px",
borderRadius: "999px",
border: "1px solid rgba(28,117,138,0.12)"
}}
>
  Statuses
</div>

## Case Statuses

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white dark:shadow-none"
  style={{
border: "1px solid #E3E8EA",
borderRadius: "20px",
padding: "18px",
marginBottom: "24px",
boxShadow: "0 14px 34px rgba(20, 61, 78, 0.04)"
}}
>
  | Status       | Meaning                                                |
  | ------------ | ------------------------------------------------------ |
  | **New**      | Just created, not yet assigned or reviewed             |
  | **Open**     | Actively being worked on                               |
  | **Pending**  | Waiting on information from the customer               |
  | **Resolved** | Issue has been fixed or answered                       |
  | **Closed**   | Confirmed resolved and closed by the customer or agent |
</div>

***

<div
  style={{ 
display: "inline-block",
color: "#1C758A", 
fontSize: "12px", 
fontWeight: "700", 
marginBottom: "8px",
letterSpacing: "0.08em",
textTransform: "uppercase",
background: "rgba(28,117,138,0.08)",
padding: "6px 12px",
borderRadius: "999px",
border: "1px solid rgba(28,117,138,0.12)"
}}
>
  Prioritization
</div>

## Case Priorities

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E7EAEC",
borderRadius: "18px",
padding: "20px",
marginBottom: "24px",
boxShadow: "0 14px 34px rgba(20, 61, 78, 0.05)"
}}
>
  | Priority     | Use When                                                       |
  | ------------ | -------------------------------------------------------------- |
  | **Low**      | Non-urgent questions or minor issues                           |
  | **Medium**   | Standard issues that need attention within a few business days |
  | **High**     | Significant problems affecting the customer's workflow         |
  | **Critical** | Severe issues causing outages or major business impact         |
</div>

***

<div
  style={{ 
display: "inline-block",
color: "#1C758A", 
fontSize: "12px", 
fontWeight: "700", 
marginBottom: "8px",
letterSpacing: "0.08em",
textTransform: "uppercase",
background: "rgba(28,117,138,0.08)",
padding: "6px 12px",
borderRadius: "999px",
border: "1px solid rgba(28,117,138,0.12)"
}}
>
  Categorization
</div>

## Case Types

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E7EAEC",
borderRadius: "18px",
padding: "20px",
marginBottom: "24px",
boxShadow: "0 14px 34px rgba(20, 61, 78, 0.05)"
}}
>
  Tag cases by type to enable better routing and reporting:

  * **Bug** — A product defect
  * **Feature Request** — A request for new functionality
  * **Question** — A how-to or information request
  * **Billing** — Payment or subscription issue
  * **Onboarding** — New customer setup assistance
  * **Other**
</div>

***

<div
  style={{ 
display: "inline-block",
color: "#1C758A", 
fontSize: "12px", 
fontWeight: "700", 
marginBottom: "8px",
letterSpacing: "0.08em",
textTransform: "uppercase",
background: "rgba(28,117,138,0.08)",
padding: "6px 12px",
borderRadius: "999px",
border: "1px solid rgba(28,117,138,0.12)"
}}
>
  Data Entry
</div>

## Creating and Managing Cases

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E7EAEC",
borderRadius: "18px",
padding: "20px",
marginBottom: "24px",
boxShadow: "0 14px 34px rgba(20, 61, 78, 0.05)"
}}
>
  Click **New Case** from the Cases list or from within an Account or Contact record.

  | Field       | Description                          |
  | ----------- | ------------------------------------ |
  | Subject     | A short description of the issue     |
  | Account     | The company this case is for         |
  | Contact     | The specific person who reported it  |
  | Status      | Defaults to **New**                  |
  | Priority    | Urgency level                        |
  | Type        | Category of the issue                |
  | Assigned To | The support agent handling this case |
  | Description | Full details of the issue            |

  Once a case is open, use the **Activity Timeline** to log every update, email, and call. This creates a full history of how the case was handled.
</div>

***

<div
  style={{ 
display: "inline-block",
color: "#1C758A", 
fontSize: "12px", 
fontWeight: "700", 
marginBottom: "8px",
letterSpacing: "0.08em",
textTransform: "uppercase",
background: "rgba(28,117,138,0.08)",
padding: "6px 12px",
borderRadius: "999px",
border: "1px solid rgba(28,117,138,0.12)"
}}
>
  Relationships
</div>

## Linking to Accounts and Contacts

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E7EAEC",
borderRadius: "18px",
padding: "20px",
marginBottom: "24px",
boxShadow: "0 14px 34px rgba(20, 61, 78, 0.05)"
}}
>
  Cases are always linked to an **Account**. This lets you see all open cases for a company from the account record — useful before a renewal call or executive business review.

  Linking to a **Contact** is optional but recommended when a specific person reported the issue, since it keeps their contact record updated with the latest support history.
</div>

***

<div
  style={{ 
display: "inline-block",
color: "#1C758A", 
fontSize: "12px", 
fontWeight: "700", 
marginBottom: "8px",
letterSpacing: "0.08em",
textTransform: "uppercase",
background: "rgba(28,117,138,0.08)",
padding: "6px 12px",
borderRadius: "999px",
border: "1px solid rgba(28,117,138,0.12)"
}}
>
  Workflow
</div>

## Resolution Workflow

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white dark:shadow-none"
  style={{
border: "1px solid #E3E8EA",
borderRadius: "22px",
padding: "18px",
marginBottom: "24px",
boxShadow: "0 14px 34px rgba(20, 61, 78, 0.04)"
}}
>
  <Steps>
    <Step title="Assign the case">
      When a case is created, assign it to the team member best suited to resolve it. Use automations to auto-assign based on type or priority.
    </Step>

    <Step title="Investigate and communicate">
      Log notes and activities on the case timeline as you investigate. Use the **Send Email** action to communicate with the contact directly from the case record.
    </Step>

    <Step title="Update status">
      Move the case to **Pending** if you're waiting on the customer, or back to **Open** when they reply.
    </Step>

    <Step title="Resolve and close">
      Once the issue is fixed, set status to **Resolved**. Add a resolution note describing what was done. After confirmation from the customer (or after a set time), close the case.
    </Step>
  </Steps>
</div>

***

<div
  style={{ 
display: "inline-block",
color: "#1C758A", 
fontSize: "12px", 
fontWeight: "700", 
marginBottom: "8px",
letterSpacing: "0.08em",
textTransform: "uppercase",
background: "rgba(28,117,138,0.08)",
padding: "6px 12px",
borderRadius: "999px",
border: "1px solid rgba(28,117,138,0.12)"
}}
>
  Automation
</div>

## Automation Ideas for Cases

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white dark:shadow-none"
  style={{
border: "1px solid #E3E8EA",
borderRadius: "18px",
padding: "20px",
marginBottom: "20px",
boxShadow: "0 14px 34px rgba(20, 61, 78, 0.04)"
}}
>
  * **New Case (Priority = Critical) → Send Notification to team Slack** via webhook
  * **Case created → Send acknowledgment email** to the contact
  * **Case status = Pending, no reply in 5 days → Send follow-up email**
  * **Case resolved → Create task** to follow up in 7 days and confirm satisfaction

  <Tip>
    Use the **Inactivity** automation trigger to automatically follow up on cases that have been pending for more than 3 days without a reply.
  </Tip>
</div>
