# Product Created

Notify your users about the latest additions to your catalog with the “Product Created” notification campaign. This feature allows you to alert users when new products are available in your app, encouraging them to explore your latest offerings.

## Setting Up "Product Created" Campaigns

Here’s how to set up notifications for when a new product is created:

### Step 1: Select event

1. Open your app.
2. Go to the Engage dashboard.
3. Click on **'+ Create Campaign'**.
4. Enter the campaign name
5. From the event dropdown, select “**Product Created**”.

### Step 2: Craft your push title and message

1. In the Push Title, input a welcoming and confirming message. Click on the **'+'**  to add dynamic values to personalize the title.
2. For the Push Message, enter your message and click on the **'+'**  to add dynamic values to personalize it.

<div align="left"><figure><img src="/files/BcKcJZYYHAheyGKrSXsJ" alt="" width="375"><figcaption></figcaption></figure></div>

### Step 3: Select Platforms

You can choose both Android & iOS or both of them. If you will select Android then only or Android app users will receive notification and same for iOS as well. If you select both Android and iOS then all of your app users will receive the notification.

### Step 4: Click Action

Define the click action: whether the notification should open the app, a specific tab within the app, or an external URL.

* **Open App ->** This means it will only open the app.
* **Open Tab ->** This means it will open the selected tab from the bottom bar. If you have 5 different tabs in the bottom then you can select any of them.
* **Open URL ->** This means it will open the specified URL in the app.

***

## Sample Notification Templates

| Sample Notification Templates                                                                                                                                                                       |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>Title:</strong> Just Arrived: {{product\_name}}</p><p><strong>Message:</strong> Check out the latest addition to our store! Exclusive pricing for early birds.</p>                       |
| <p><strong>Title:</strong> Say Hello to {{product\_name}}</p><p><strong>Message:</strong> {{product\_name}} has landed. Get yours before it's gone – only {{quantity}} left!</p>                    |
| <p><strong>Title:</strong> New Product Alert!</p><p><strong>Message:</strong> Discover our new arrivals. {{product\_name}} now available!</p>                                                       |
| <p><strong>Title:</strong> Hot Off the Press: {{product\_name}}</p><p><strong>Message:</strong> Be the first to grab our newest product. Limited quantities available!</p>                          |
| <p><strong>Title:</strong> Introducing {{product\_name}}</p><p><strong>Message:</strong> Innovation meets style! See why {{product\_name}} is already a fan favorite.</p>                           |
| <p><strong>Title:</strong> Latest Drop: {{product\_name}}</p><p><strong>Message:</strong> {{product\_name}} is here! Add it to your collection for just ${{price}}.</p>                             |
| <p><strong>Title:</strong> Fresh in Stock: {{product\_name}}</p><p><strong>Message:</strong> Get your hands on the new {{product\_name}}. Shop now for the best selection!</p>                      |
| <p><strong>Title:</strong> {{product\_name}} Now Live </p><p><strong>Message:</strong> Our store just got an upgrade with {{product\_name}}. Available for ${{price}} – don't miss out!</p>         |
| <p><strong>Title:</strong> New Arrival: {{product\_name}}</p><p><strong>Message:</strong> Elevate your style with our latest product, {{product\_name}}. Shop the new standard in quality.</p>      |
| <p><strong>Title:</strong> Unveiling: {{product\_name}}</p><p><strong>Message:</strong> Ready for something new? {{product\_name}} is now in stock and ready to impress. Get it for ${{price}}.</p> |


---

# 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.twinr.dev/engage/event-triggered-campaigns/product-created.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.
