# How to send Nifty Images

Leverage our webhook feature to send personalized text and images on WhatsApp directly from Nifty Images.\
\
**Webhook URL**\
\
Webhook URLs may vary depending on the WhatsApp gateway you’re using.

To find the correct webhook URL for your GHL subaccounts, switch to the subaccount and navigate to...&#x20;

\
**Settings- Phone Numbers - Advanced Settings**&#x20;

<table><thead><tr><th width="271">SMS Provider Name</th><th>URL</th></tr></thead><tbody><tr><td><strong>WhatsApp Gateway</strong> </td><td><code>https://trigger.apimerger.com/webhook-media</code></td></tr><tr><td><strong>WhatsApp Gateway 1</strong></td><td><code>https://trigger1.apimerger.com/webhook-media</code></td></tr><tr><td><strong>WA1 Connector</strong> </td><td><code>https://wa1.apimerger.com/webhook-media</code></td></tr><tr><td><strong>WA2 Connector</strong></td><td><code>https://wa2.apimerger.com/webhook-media</code></td></tr></tbody></table>

#### **Custom Data Keys**

| Key            | Value                                                                                           | Description                                                                        |
| -------------- | ----------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| **message**    | `Your message here`                                                                             | Add the message you want to send as a caption in the image                         |
| **user**       | `{{contact.phone_raw}}`                                                                         | Your clients phone number                                                          |
| **media\_url** | `https://img1.niftyimages.com/f6kh/x4s5/ftqp?name={{contact.first_name}} {{contact.last_name}}` | URL of the Nifty image. Please note this is a sample URL; you should use your own. |


---

# Agent Instructions: 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://help.waghl.com/features/how-to-send-nifty-images.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.
