Skip to main content
Event = fact name (order.paid). Your backend triggers; ENABLED automations with that trigger create runs. Not the same as Notifique channel delivery webhooks.

What is an event?

A name contract between your system and automations. You register it (optionally with schemaJson), attach automations to eventName, and trigger with Send event.

Event × automation webhook × inbound message

This page focuses on API events. Other triggers are set in the automation editor.

Register

Scope: events:write. Routes in Automations and events spec.

Trigger

  • Recipient: contactId, email, or phone
  • Idempotency-Key header recommended
  • Response: list of runs (one per linked automation)

Best practices

  • Stable names: order.paid, user_created
  • Small payload (IDs, amounts, dates)
  • One trigger can start several automations, plan volume and credits

Scopes

Next steps