> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/norbix-cloud/payments/triggers.md).

# Triggers

<figure><img src="/files/W4jJeSaYSUTAaibFOdeN" alt=""><figcaption><p>Payments triggers — run an action automatically on order events.</p></figcaption></figure>

Payments triggers run an action automatically on order events — for example sending a receipt email when an order is paid.

{% hint style="info" %}
The dashboard guide for payments triggers is being written. The feature itself is available today.
{% endhint %}

To create one: open **Payments → Triggers**, click **Add trigger**, pick the event (`OnOrderCreated`, `OnOrderPaid`, or `OnWebhookCallReceived`), choose the action (email, push, SMS, webhook, function, ...), set its delivery settings, and save. Use the toggle to enable or disable a trigger without deleting it.

## Use it from code

Every trigger endpoint is a method in the Norbix SDKs — see [Payments → Triggers](/sdks-and-cli/payments/triggers.md) in the SDK reference.

## API reference

Full request and response, endpoint by endpoint: [Payments → Triggers](/api-reference/payments/triggers.md).
