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:

EventFires when
AllAny verification event
ApprovedA verification is approved
ReviewA verification needs manual review
RejectedA 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.

Next steps

On this page