For the complete documentation index, see llms.txt. This page is also available as Markdown.

Triggers

Run an action automatically on user lifecycle events.

A membership trigger runs an action automatically when something happens to a user — for example sending a welcome email when a user registers. Events: OnRegistered, OnInvited, OnVerified, OnUpdated, OnDeleted, OnBlocked, OnReactivated.

Membership → Triggers.

What you can do here

The list shows each trigger's Trigger Name, When (the event), What (the action, e.g. Send Email), and whether it is Enabled. Add New opens the create screen, where you pick the event, the action (run code, send an email, push, or SMS, call a webhook, or send a realtime/SSE event), and the action's delivery settings. Opening a trigger lets you edit, enable/disable, or delete it. See the Triggers overview for the full concept.

Use it from code

Membership → Triggers — the save page covers one working example per action type.

API reference

Save Membership Trigger documents the full polymorphic request.

Last updated