Title here
Summary here
Integrate OnSefy’s advanced fraud prevention APIs into your Make.com scenarios to automatically validate users during signup or onboarding flows.
When setting up the OnSefy connection in Make.com, you’ll be asked for two credentials:
π‘οΈ Both keys are required to authenticate with the API.
Field | Type | Required | Description |
---|---|---|---|
name | Text | β | Full name of the user |
email | Text | - | Email address (required if phone empty) |
phone | Text | - | Phone number (including country code like +13434225740) |
ip | Text | β | Public IP address of the user |
user_agent | Text | β | Browser or device User-Agent string |
Returns structured fraud analysis:
Output Key | Description |
---|---|
risk_level | Risk level (low , medium , high ) |
verify_label | Recommended action (e.g., allow , review , block ) |
risk_score | Numerical risk score (0β100) |
score_confidence | Confidence in the score (percentage) |
engine | Detection engine used (e.g., v2-lite ) |
transaction_id | Unique ID for the check |
timestamp | ISO8601 timestamp of the analysis |
This integration is maintained by the OnSefy team. You are free to use and customize it for your automation needs.