> 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/bot-studio/set-up-bot-triggers/message-from-ctwa.md).

# Message from CTWA

Message from CTWA is a universal trigger that activates whenever a WhatsApp conversation begins from any Click-to-WhatsApp ad, even if the Facebook ad account is not connected to DoubleTick.

Unlike Lead from CTWA, this trigger does not depend on campaign or ad data. It simply detects that the message came from a CTWA entry point.<br>

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

#### Where to Use This Trigger

Use Message from CTWA when:

* Ads are being run by an external agency
* You do not have access to connect the Facebook ad account
* You want a single bot journey for all CTWA leads without attribution

It is commonly used as a fallback trigger to ensure no ad lead is missed.

#### How to Use It in Bot Studio

1. Open Bot Studio and create a new journey
2. Select trigger Message from CTWA
3. Add your first response automation, such as welcome or qualification questions
4. Publish the journey

After publishing, any customer who messages through a CTWA ad will automatically enter the bot flow.

#### Key Capabilities

* Works even without Facebook integration
* Covers all CTWA ads universally
* Useful when attribution is not available

#### Example Use Case

An agency runs ads using your WhatsApp number.\
Even though the campaign is not visible in DoubleTick, the bot still starts and replies instantly.


---

# 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/bot-studio/set-up-bot-triggers/message-from-ctwa.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.
