> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/convert/tracked-files/tracked-files-problems-with-whatsapp-clicks.md).

# Tracked Files - Problems with WhatsApp Clicks

<figure><img src="/files/6b2132fb1a66ff5e10406d4511fd5944266bdee3" alt=""><figcaption></figcaption></figure>

Using tracked links to share files and information is a common practice for many companies that want to monitor user access to and interaction with their content. However, some customers have reported difficulties when sending these links through WhatsApp, where the links do not appear as clickable in the first message sent.&#x20;

### The Problem: Non-clickable Links on WhatsApp

Many WhatsApp users have faced the frustration of sending a tracked link only to discover that it does not appear as clickable for the recipient. This problem occurs mainly when the link is sent in the first message of a new conversation. The reason for this lies in WhatsApp's security policies, which implement measures to prevent spam and protect its users.

### WhatsApp security policy

To prevent unwanted messages from flooding users' inboxes, WhatsApp uses several security techniques, one of which is not allowing links to be clickable in the first message sent in a new conversation. This measure aims to make it harder for spammers to spread malicious links and to increase user security.

{% embed url="<https://www.whatsapp.com/legal/privacy-policy?lang=pt_br>" %}

### Practical solutions without modifying the automations

Although this security policy may be beneficial for protecting users, it can also pose a challenge for those who need to send tracked links. Here are some practical solutions to work around this problem:

1. **Send a Welcome Message First**: Before sending the tracked link, send a simple text message to start the conversation. Something like "Hi, how are you?" or "Hi, I'd like to share an important link with you." After the recipient views this message, you can send the tracked link, which should appear as clickable.
2. **Ask the Recipient to Save Your Number**: If you are a known contact and saved in the recipient's contacts list, the chances of your links being considered safe increase. Ask the recipient to save your number before sending the tracked link.
3. **Follow Up with an Image or File**: Sending an image or a file along with the link can help ensure that it is displayed correctly. WhatsApp tends to consider messages with multimedia less suspicious.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.sprinthub.com/en/topics/convert/tracked-files/tracked-files-problems-with-whatsapp-clicks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
