# How to use Customer Note Deleted Webhook

Notes inside customer conversations carry weight. They hold context that took a conversation — sometimes a difficult one — to build. An agent's observation, a customer's special request, a compliance detail, a risk flag. All of it captured in a few lines of internal text.

Now imagine an agent — accidentally or intentionally — deletes one of those notes. No alert goes out. No record is kept. The information simply disappears. The next agent to open that conversation has no idea something is missing. Your CRM still shows the old note. Your team acts on context that no longer exists in DoubleTick.

The **Customer Note Deleted Webhook** ensures that never goes unnoticed. The moment any agent deletes a note from a customer's conversation, this webhook fires and sends all the relevant details to your connected system instantly.

***

#### <mark style="color:$primary;">**What Is the Customer Note Deleted Webhook?**</mark>

In DoubleTick, agents can add internal notes to any customer conversation. These notes are private — customers never see them — and they serve as a critical layer of internal knowledge for the team.

The **Customer Note Deleted** webhook fires every time an agent deletes an existing note from a customer's conversation in DoubleTick.

Think of it like a security log. Whenever a record is removed, the system does not just let it disappear silently — it captures exactly what happened, who did it, and when, and sends that information somewhere your team can act on it.

***

#### <mark style="color:$primary;">**When Does This Webhook Trigger?**</mark>

This webhook activates when:

* Any agent deletes an existing note from any customer's conversation in DoubleTick

It fires at the moment of deletion, giving you an immediate record of what was removed and by whom.

***

#### <mark style="color:$primary;">**Step-by-Step Setup Guide**</mark>

<figure><img src="https://2303112206-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F53n17VnOICC1LtDqlENV%2Fuploads%2Fe9OQXkUOxfn3nJKMDsh3%2FUntitled%20design%20-%202026-04-01T125135.311.gif?alt=media&#x26;token=2519e9bd-8f37-4d75-8ebd-30fc32e13801" alt=""><figcaption></figcaption></figure>

#### <mark style="color:$primary;">**Step 1: Open Webhooks in DoubleTick**</mark>

1. Log in to your DoubleTick account
2. Go to **Settings**
3. Click on **Webhooks**

#### <mark style="color:$primary;">**Step 2: Create a New Webhook**</mark>

1. Click **New Webhook**
2. Give it a clear name — for example: `Customer Note Deletion Tracker`

#### <mark style="color:$primary;">**Step 3: Get Your Webhook URL**</mark>

You need a destination URL — this is where DoubleTick will send the deletion data every time a note is removed.

You can connect it to:

* A **CRM** like Zoho, HubSpot, or Salesforce
* An **automation tool** like Zapier or Pabbly
* A **spreadsheet** like Google Sheets
* Your own **backend system or internal audit log**

**For testing purposes**, you can use DoubleTick's **Bot Studio** to capture and preview the data first:

1. Open a new tab and go to **Bot Studio**
2. Click **Create New Bot**
3. Set the trigger to **On Webhook**
4. **Copy the webhook URL** that appears

#### <mark style="color:$primary;">**Step 4: Fill in Webhook Details**</mark>

1. Go back to the **Webhooks** page
2. Paste the webhook URL
3. Select your **API Number** (your WABA/WhatsApp Business number)
4. Click **Continue**

#### <mark style="color:$primary;">**Step 5: Choose the Event**</mark>

1. Select **Customer Note Deleted** from the event list
2. Click **Create Webhook**

Your webhook is now live.

***

#### <mark style="color:$primary;">**How to Test It**</mark>

1. Open any customer conversation in DoubleTick
2. Delete an existing note from that conversation
3. Go to **Bot Studio → Capture Response → View Response Data**

You will see all the data that was captured at the exact moment the note was deleted.

***

#### <mark style="color:$primary;">**What Data Do You Receive?**</mark>

When this webhook fires, it sends the following information to your system:

| Field                 | What It Tells You                                        |
| --------------------- | -------------------------------------------------------- |
| Deleted Note Content  | The exact text of the note that was deleted              |
| Event                 | Confirms this is a note deleted event                    |
| Note ID               | The unique identifier of the note that was removed       |
| Timestamp             | The exact date and time the note was deleted             |
| WABA Number           | Which WhatsApp Business number is associated             |
| Customer Name         | The customer whose conversation the note belonged to     |
| Customer Phone Number | The customer's WhatsApp number                           |
| Agent Name            | The name of the agent who deleted the note               |
| Agent Phone Number    | The phone number of the agent who performed the deletion |

This gives your team a complete deletion record — including what was deleted, who deleted it, and exactly when.

***

#### <mark style="color:$primary;">**Customer Note Deleted Webhook – Sample Payload**</mark>

```json
{
"note": "Followed up for pending invoice payment",
"event": "note-deleted",
"noteId": "a7f2c9b1-6d44-4e8a-9f2c-3b7a91d2e6f4",
"deletedAt": "2026-04-01T10:45:30.123Z",
"wabaNumber": "919876543210",
"customerName": "Rahul Sharma",
"customerPhone": "919812345678",
"deletedByAgent": "Ruchi Dalvi",
"deletedByAgentNumber": "919812345678"
}
```

***

#### <mark style="color:$primary;">**Real-Life Business Use Case: An Insurance Company Using Note Deletions as a Quality Control and Fraud Detection Signal**</mark>

**The Situation**

A mid-sized insurance company manages thousands of active policyholders through WhatsApp. Their customer support agents speak to policyholders regularly — handling claim queries, policy renewals, address updates, and eligibility questions. Throughout these conversations, agents document important observations as internal notes: discrepancies in a customer's story, documents that seemed inconsistent, verbal commitments the customer made, or anything that stood out during the interaction.

These notes are critical during the claims review process. The claims investigation team reviews them to understand the full history of a policyholder's interactions before approving or rejecting a claim.

**The Problem**

The company started noticing an unusual pattern. On a handful of high-value claims that ended up being disputed, the internal notes from earlier conversations were missing by the time the investigation team went to review them. There was no way to tell whether they had never been added, whether they had been accidentally deleted, or whether someone had deliberately removed a note that contained a red flag.

With no record of deletions, there was no way to investigate. The company had no audit trail. They could not tell which agent had deleted a note, when it was deleted, or what the note had said. In industries like insurance, this is not just an operational gap — it is a serious compliance and fraud risk.

**How the Customer Note Deleted Webhook Solves This**

The company connects the Customer Note Deleted webhook to a private, access-controlled Google Sheet that only the compliance team and senior management can view.

Every time any agent deletes a note from any customer conversation, the webhook fires and a new row is added to the sheet with the full content of the deleted note, the note ID, the name and phone number of the agent who deleted it, the customer's details, and the exact timestamp of deletion.

The compliance team sets up an alert in Zapier: any time a note is deleted from a conversation belonging to a customer with an active or pending claim, an immediate notification is sent to the compliance manager on WhatsApp with all the deletion details.

Additionally, once a month, the compliance team reviews the full deletion log to identify any patterns — for example, whether a particular agent is deleting notes more frequently than others, or whether deletions are clustering around specific types of customers or claim categories.

**What Changes for the Team**

Agents who previously may have deleted notes carelessly — or with intent — are now aware that every deletion is logged. This awareness alone significantly reduces careless or inappropriate deletions. The compliance team has a complete, tamper-evident record of every note removal across the entire organisation.

When a disputed claim goes to investigation, the team can now cross-check the deletion log against the timeline of the claim to see whether any notes were removed during a suspicious window. If a deleted note is found to be relevant, its content is already preserved in the audit log.

**The Result**

* Every note deletion is permanently recorded, regardless of whether the note itself still exists in DoubleTick
* Compliance investigations have a clean, timestamped audit trail to work with
* The risk of critical claim information being silently removed is effectively eliminated
* Agents are more careful and accountable in how they manage customer notes
* The company can demonstrate to regulators and auditors that all customer interaction data is tracked and no information can disappear without a record
* In cases where a deletion turns out to be accidental, the deleted note's content can be retrieved from the log and re-added, so nothing is permanently lost

***

#### <mark style="color:$primary;">**Summary**</mark>

The Customer Note Deleted Webhook is your safety net for one of the most invisible actions in any team — the removal of internal information. Whether you use it for compliance, quality control, fraud detection, or simply as a good operational practice, this webhook ensures that every deletion is captured, every agent is accountable, and no important customer context ever disappears without a trace.

Set it up once, and your team's notes are protected — not just when they are created, but for as long as they need to exist.
