n8n
Trigger
The AveTrust Trigger node — start a workflow from a verification event.
The AveTrust Trigger node starts a workflow when AveTrust fires a webhook — for example when a verification finishes.
Events
Choose which events wake the workflow:
| Event | Fires when |
|---|---|
| All | Any verification event |
| Approved | A verification is approved |
| Review | A verification needs manual review |
| Rejected | A verification is rejected |
How it works
Add the AveTrust Trigger node and select an event. n8n gives you a webhook URL.
The trigger registers that URL with AveTrust automatically (using your AveTrust API credential).
When the event fires, the node outputs the signed event payload — session id, status, checks and decision — and your workflow runs.
Signature verified for you
The trigger validates the X-AveTrust-Signature on every incoming event, so you
only ever process authentic webhooks.