> For the complete documentation index, see [llms.txt](https://guides.clickatell.com/release-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.clickatell.com/release-notes/release-notes-archive/2023-release-notes/q2-2023/automated-messaging/whatsapp-supported-features.md).

# WhatsApp Supported Features

## Ads that click to WhatsApp

Chat Flow now supports the [Ads that Click to WhatsApp](https://clickatell.gitbook.io/whatsapp-user-guide/channel-capabilities/ads-that-click-to-whatsapp) feature so that it can receive and store additional data in the session and make it available as [session variables](https://clickatell.gitbook.io/flow/variable-management-1#a-ds-that-click-to-whatsapp).

* **Source URL:** The Meta URL that leads to the ad or post clicked by the end-user (i.e., the source URL of the ad/post on Facebook).
* **Source ID**: The Meta ID for the ad or post that was clicked by the end-user.
* **Source Type:** The source type will be either an ad or a post.
* **Headline:** The headline of the ad/post that was clicked by the end-user.
* **Content:** The content of the ad/post that was clicked by the end-user.

{% hint style="info" %}
View our API documentation [here](https://docs.clickatell.com/channels/one-api/one-api-reference/#tag/One-API-Client-Callbacks/operation/sendPostOmniReplyCallback).

![](/files/ocemFZXdZgcPlKEet6Kv)
{% endhint %}

## URL Preview

When a URL is sent to an end-user on WhatsApp via Chat Flow, it will now include a preview of the URL as shown below (2). Previously, only the URL was shown without a preview (1). The URL preview is also shown when [previewing your flow](https://clickatell.gitbook.io/flow/workflow-management/using-the-previewer) in the emulator.

<figure><img src="/files/C3FCUBmqYuECHTTFoi99" alt=""><figcaption></figcaption></figure>


---

# 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://guides.clickatell.com/release-notes/release-notes-archive/2023-release-notes/q2-2023/automated-messaging/whatsapp-supported-features.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.
