> For the complete documentation index, see [llms.txt](https://help.twinr.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.twinr.dev/engage/event-triggered-campaigns.md).

# Event Triggered Campaigns

With Event Triggered Notifications, you can automate the process of sending personalized and timely messages to users based on specific events within your app. These events could range from order updates to stock changes.

{% hint style="warning" %}
You must have one of the [**Plugin**](/plugins/overview.md) connected with your app to create event-triggered campaigns.&#x20;
{% endhint %}

## Types of Events:

* **Order Created**: Notify a user when their order is successfully placed.
* **Order Status Changed**: Inform a user of changes in their order status, such as shipping or delivery.
* **Coupon Created**: Send a notification when a new coupon is available.
* **Product Created**: Alert users when new products are added to the store.
* **Product Restock**: Let users know when an out-of-stock item is available again.
* **Product Low-Stock**: Warn users when a product is almost out of stock.
* **Product Out-of-Stock**: Notify users when a product is no longer available.

{% content-ref url="/pages/uWsBYDBJdWq2T0eQVNxG" %}
[Order Created](/engage/event-triggered-campaigns/order-created.md)
{% endcontent-ref %}

{% content-ref url="/pages/vUeVlP0vtldf1EnhDg5N" %}
[Order Status Change](/engage/event-triggered-campaigns/order-status-change.md)
{% endcontent-ref %}

{% content-ref url="/pages/eXUgvvSOhxz7qq05TwBG" %}
[Product Created](/engage/event-triggered-campaigns/product-created.md)
{% endcontent-ref %}

{% content-ref url="/pages/KPh6L2IHaMCfm2o1ztak" %}
[Product Re-stock](/engage/event-triggered-campaigns/product-re-stock.md)
{% endcontent-ref %}

{% content-ref url="/pages/cALbY82NiLAFrvAnlj94" %}
[Product Out-of-stock](/engage/event-triggered-campaigns/product-out-of-stock.md)
{% endcontent-ref %}

{% content-ref url="/pages/erKYg0SDgX3lubB0qjDv" %}
[Product Low Stock](/engage/event-triggered-campaigns/product-low-stock.md)
{% endcontent-ref %}

{% content-ref url="/pages/SZgmVsRqpNRroW1HE76R" %}
[Coupon Created](/engage/event-triggered-campaigns/coupon-created.md)
{% endcontent-ref %}


---

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