# Coupon Tool Usage

Manage promotional activities for businesses. Businesses can upload their own coupon codes and restrict each customer to claim only one coupon code. Uploaded coupon codes can be distributed in ChatBot, Inbox, and Campaign.

## Usage Scenarios

Scan to claim a coupon, where customers use a QR code to claim a coupon in your business account.

## Tutorial

### Step 1: Create a Coupon Campaign

#### Step 1.1: Enable Coupon Functionality

Entry: [Integrations](https://www.ycloud.com/console/#/app/integrations/all), click the Install button to enable

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

#### Step 1.2: Create a Coupon Campaign

Navigate from the left sidebar Integrations > [Coupons](https://www.ycloud.com/console/#/app/integrations/coupon/list) to the Coupons page

Click \[+ New Coupons]

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

#### Step 1.3: Configure Campaign Information

* Coupon Type: Code type (coupon code). Currently, only this type is supported; for other types, please contact us.
* Campaign Name: Name of the coupon campaign
* Campaign Notes: Notes about the campaign, optional.
* Claim Limit: Each person is allowed to claim only once.
* Campaign Duration: Set the campaign time. Coupons will stop being sent outside this time range.

After confirming the information is correct, click Submit.

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

#### Step 1.4: Upload Coupon Codes

Click the upload button

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

Upload the coupon code spreadsheet. You can click the template button to download a template.

{% hint style="info" %}
Note: In the uploaded Excel spreadsheet, the Code must be in the first column. YCloud will automatically remove duplicate coupon codes.
{% endhint %}

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

After uploading, click Save

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

### Step 2: Configure the Claim Process in Chatbot

#### Step 2.1: Create a Chatbot

If you already have a Chatbot, you can directly enter your existing Chatbot. If not configured yet, see the [Create a Chatbot](/help-center/chatbot/create-a-chatbot.md) tutorial.

#### Step 2.2: Create a Flow

Select the Chatbot you need to configure and click the Create Flow button.

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

#### Step 2.3: Configure Flow Keyword

Set the Keyword to the claim keyword.

Example: If you want customers to receive a coupon when they hit "**Claim New User Coupon**", set the Keyword to **Claim New User Coupon**.

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

#### Step 2.4: Configure the Sent Coupon

Add a Send message component in the Flow

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

In the message, click the coupon variable and select the coupon campaign to insert.

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

After editing successfully, link the Keyword and Send message components. Then save the Flow

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

### Step 3: Generate a QR Code for Sharing (Optional, only for QR code claim scenario)

Generate a QR code for the number, set the keyword to: **Claim New User Coupon**. [See detailed chat link configuration tutorial](/help-center/whatsapp-accounts-management/phone-number-management/chat-links.md)

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


---

# 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://helpdocs.ycloud.com/help-center/integrations/coupons/coupon-tool-usage.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.
