n8n
Actions
The AveTrust action node — create, retrieve, result, list, send link, decide.
The AveTrust node performs one operation per execution on the Verification resource.
Operations
| Operation | What it does |
|---|---|
| Create | Create a session — pick the checks and, in sandbox, a simulated outcome |
| Get | Fetch a session summary by id |
| Result | Read the detailed result (checks + decision) |
| List | List sessions, optionally filtered by status |
| Send link | Send the hosted link by Email or SMS |
| Decide | Approve or Reject a session under review |
Create — fields
- Checks: any of
DOCUMENT,MRZ,NFC,LIVENESS,FACE_MATCH. - External user ID (optional): your own reference.
- Callback URL (optional): where AveTrust posts the webhook.
- Simulate (sandbox only):
approved,revieworrejected.
The node outputs the session id, token and hostedUrl — wire hostedUrl into
an email or SMS step, or into the Send link operation.
Example flow
AveTrust → Create with
DOCUMENT, LIVENESS, FACE_MATCH.Send the
hostedUrl to the user (Email/SMS, or the Send link operation).Use the AveTrust Trigger to resume when the result is ready.