UAccount
Event automations

Send the right email automatically

Your website sends one event; UNOVIQ Mail chooses the template, domain and email automatically.

New automation

Connect an event to a template

Website integration

What your site sends

Copy this example. Change the customer and event data at runtime.

POST /api/v1/events
Authorization: Bearer unoviq_live_...

{
  "event": "subscription.activated",
  "to": "customer@example.com",
  "data": {
    "customer_name": "Alex",
    "plan_name": "Pro"
  }
}
Active rules

Your automations

No automations yet. Create the first rule above.