Workflow Trigger - Triggered by External User
Similar to a member event trigger, this trigger starts a workflow when an external user of the application registers, logs in (including automatic login), deletes their account, or is disabled. The workflow then automatically executes the configured actions.
Example Scenario: Send an email notification to an external user after they delete their account.
Create a Workflow Triggered by External User
Create a workflow and select Triggered by External User as the trigger type.

Configure the Trigger
Configure the trigger node and select When a User Deletes Their Account as the trigger event.

Add the Send Email Node
Add and configure the Send Email node to send an email notification to the external user.

Publish and Test the Workflow
Publish the workflow. To test it, delete an external user account in the current application to trigger the workflow. The external user will receive an email notification after their account is deleted.

Was this document helpful?