Zapier Integration
π Zapier Integration: OnSefy
Easily integrate OnSefy’s AI-driven user risk validation API into your Zapier workflows. This allows you to automatically validate users based on email, phone, IP address, and device fingerprint in real-time.
π Explore the OnSefy Zapier Integration
Easily connect OnSefy with thousands of apps through Zapier β no coding required!
π Getting Started
1. Set Up Your Authentication
To use OnSefy with Zapier, youβll need two credentials:
- Service ID
- API Key
π You can find or generate these in your OnSefy API Keys Dashboard.
Required Authentication Fields:
Field | Description |
---|---|
Service ID | Unique ID for your OnSefy service. |
API Key | Secret key used to authorize API access. |
These will be used to authenticate requests to the API.
βοΈ Available Action: Validate User
The primary action available in this integration is:
β Validate User
Description: Validates a user by checking their email, phone number, IP address, and user agent string using OnSefy’s fraud detection engine.
Input Fields:
Field | Type | Required | Description |
---|---|---|---|
name | string | β | Full name of the user. |
email | string | - | Email address of the user (optional if phone is provided). |
phone | string | - | Phone number of the user (optional if email is provided). |
ip | string | β | User’s IP address (IPv4 or IPv6). |
user_agent | string | β | Device or browser user agent string. |
Sample Response Output:
{
"risk_level": 2,
"verify_label": "Fraud",
"risk_score": 6.36,
"score_confidence": "99%",
"engine": "NeonShield",
"transaction_id": "8104d60a-147f-40a9-8dd1-4665a6f48925",
"timestamp": "2025-06-03T17:05:39.679343+00:00"
}
Output Fields:
Field | Type | Description |
---|---|---|
risk_level | integer | Risk level (e.g., 0 = low, 3 = high). |
verify_label | string | Label describing user legitimacy. |
risk_score | number | Numerical risk score. |
score_confidence | string | Confidence in score accuracy (e.g., 99%). |
engine | string | The AI engine used (e.g., NeonShield). |
transaction_id | string | Unique ID for the API validation. |
timestamp | string | Time the validation was performed. |
π οΈ Need Help?
For support or questions, reach out to HelpDesk