> For the complete documentation index, see [llms.txt](https://learn.doubletick.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.doubletick.io/automations-and-integrations/deep-linking-into-doubletick-from-any-crm.md).

# Deep Linking into DoubleTick from any CRM

Switching between your CRM and WhatsApp to find a customer's chat is slow, frustrating, and easy to get wrong. You copy a number, open DoubleTick, search for the contact — and by then, the moment has passed.

**Deep Linking** fixes that. It lets you add a button inside your CRM that takes you directly to a specific customer's conversation in DoubleTick — in one click.

***

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

DoubleTick provides a simple URL format. You share it with your CRM partner, they add a button or action link, and your team can jump straight to any customer conversation from inside your CRM — no searching, no switching, no wasted time.

***

#### <mark style="color:$primary;">**Deep Link URL Formats**</mark>

DoubleTick supports three URL formats depending on the type of conversation you want to open:

**WhatsApp Conversation (1:1 Chat)**

```
https://web.doubletick.io/conversations/{WabaNumber}/{customerId}
```

Example:

```
https://web.doubletick.io/conversations/919876543210/customer_p6XLrz7OWb
```

**WhatsApp Group Chat**

```
https://web.doubletick.io/conversations/{WabaNumber}/group/{groupId}
```

Example:

```
https://web.doubletick.io/conversations/919876543210/group/wagrp_jy0MCIVp39
```

**Instagram Chat**

```
https://web.doubletick.io/conversations/{instagramId}/{customerId}
```

Example:

```
https://web.doubletick.io/conversations/radhika.rathi2026dt/customer_p7kwZ5kfiL
```

Your CRM must pass the correct IDs for the URL to work. Everything else is handled automatically by DoubleTick.

***

#### <mark style="color:$primary;">**Where You Can Use Deep Linking**</mark>

Anywhere your team manages leads, customers, or tickets:

* CRM Leads and Opportunities
* Service and Support Tickets
* Sales Pipelines
* Post-Sales and Account Management
* Operations and Fulfillment Workflows

Wherever a customer's number or ID is stored, you can convert it into a one-click WhatsApp or Instagram conversation.

***

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

Deep Linking is implemented on the CRM side, not DoubleTick's side. Most CRMs — Salesforce, Zoho, HubSpot, LeadSquared, Pipedrive, and others — support custom buttons and URL actions natively.

Here's all you need to do:

1. Share the relevant URL format with your CRM partner or developer.
2. Ask them to add a button, action link, or sidebar widget using the format.
3. Make sure the CRM passes the correct WABA number, Instagram ID, and customer or group ID.

That's it. Setup typically takes minutes to hours, not weeks.

***

#### <mark style="color:$primary;">**Why It Matters**</mark>

**Zero Context Switching** Your team jumps directly to the right chat — no searching, no copy-pasting numbers.

**Faster Response Times** Direct access means faster replies, which means higher conversions and better customer experience.

**CRM Becomes Your Command Center** Every lead, ticket, or order record becomes a direct gateway to a WhatsApp or Instagram conversation.

**Works Across Teams** Sales, support, operations, logistics — any team that uses a CRM and communicates on WhatsApp or Instagram benefits immediately.

***

**Want to Learn More?**

To know more about how Deep Linking works and how you can implement it for your CRM, kindly connect with [**DoubleTick Support**](https://wa.me/918356849474?text=Hello%2C%0AI%20want%20to%20learn%20more%20about%20the%20deep%20linking%20ability%20in%20DoubleTick). They’ll be happy to guide you through setup, best practices, and use cases tailored to your business.<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.doubletick.io/automations-and-integrations/deep-linking-into-doubletick-from-any-crm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
