> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.cooby.co/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Create Salesforce Reports

Salesforce reports are powerful tools that allow you to extract valuable insights from your data. When dealing with WhatsApp message data, reports become essential for understanding communication trends, engagement levels, and other key metrics. With Salesforce reports, you can transform raw data into actionable information, enabling informed decision-making.

Before diving into report creation, it's crucial to understand the custom objects involved.

* **WhatsApp message** object contains WhatsApp messages and related information.
* **WhatsApp user** object captures details about the message senders. E.g. name, phone number
* **WhatsApp chat** object contains information about WhatsApp chat. E.g. chat title, chat type (1:1 or group chat)

These objects establish relationships with Salesforce Contact and Lead, creating a comprehensive network of data. Familiarizing yourself with these objects ensures that you can leverage their data effectively in your reports.

This document serves as a step-by-step guide to help you create a report of how many messages are sent by contacts. This guide will walk you through the process of setting up custom report types, building meaningful reports, and extracting actionable insights from your data.

These objects establish relationships with Salesforce Contact and Lead, creating a comprehensive network of data. Familiarizing yourself with these objects ensures that you can leverage their data effectively in your reports.

This document serves as a step-by-step guide to help you create a report of how many messages are sent by contacts. This guide will walk you through the process of setting up custom report types, building meaningful reports, and extracting actionable insights from your data.

### Setup custom report types

1. Navigate to Setup > Feature Settings > Analytics > Reports & Dashboards > Report Types
2. Click **New Custom Report Type.**
3. Define the Custom Report Type
* Choose the primary object (e.g., Whatsapp users)
* Fill out the label, name, and the other description field.
* Click Next

![](https://storage.crisp.chat/users/helpdesk/website/-/a/7/7/6/a776868fb0318800/2025-05-30-105713_1hktd14.png =980x499)

4. Define Report Records Set
* Select **Contacts** as related object B
* Select **Messages** as related object C
* Click **Save**

![](https://storage.crisp.chat/users/helpdesk/website/-/a/7/7/6/a776868fb0318800/2025-05-30-105827_wblkiu.png =980x496)
### Building Reports

1. Navigate to the **Reports** tab and click **New Report**.
2. Choose your custom report type as the starting point. For this tutorial, choose **Messages Sent by Contacts**.
3. Click **Start Report**
4. Configure report filters. For this tutorial, choose **All whatsapp users** and **All Time**
5. Configure report fields
* Select **Phone** from **WhatsApp users** and **Full Name** from **Contact** as the group row
* Select **WhatsApp message ID** from **Messages** as the column
6. Click **Add chart** button on the top
7. Click **Chart Properties** button, which appears to be a gear icon on the right top of the chart.
8. Modify the **Y-Axis** to **Full Name**
9. Click **Save & Run**

### Settings

![](https://storage.crisp.chat/users/helpdesk/website/-/a/7/7/6/a776868fb0318800/2025-05-30-110138_r5o0qt.png =980x421)

### Output

![](https://storage.crisp.chat/users/helpdesk/website/-/a/7/7/6/a776868fb0318800/2025-05-30-110214_1jrs3eg.png =980x422)

This guide teaches you how to use Salesforce reports to analyze WhatsApp message data. By creating custom report types, building reports, and customizing them to your specific needs, you can unlock valuable insights that drive informed decision-making. Salesforce reports help you turn raw information into actionable intelligence.

