Description
n8n-nodes-varify
This is an n8n community node. It lets you use Varify.io in your n8n workflows.
Varify.io is an A/B testing platform. This node allows you to manage experiments, control traffic allocation, and retrieve targeting schemas through the Varify API.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
Experiment
- Get Many – Retrieve all experiments with filtering, sorting, and pagination
- Get – Retrieve a single experiment by ID
- Create – Create a new experiment with variations and targeting rules
- Update – Update an existing experiment
- Update Status – Change experiment status (active, paused, archived, etc.)
- Duplicate – Create a copy of an existing experiment
- Update Traffic Allocation – Update traffic allocation percentages for variations
- Toggle Tracking – Enable or disable tracking for an experiment
- Get Audience Targeting Schema – Retrieve the schema for audience targeting rules
- Get Page Targeting Schema – Retrieve the schema for page targeting rules
- n8n community nodes documentation
- Varify.io API documentation
- Varify.io OpenAPI docs
Schema
Credentials
This node authenticates via OAuth2 using client credentials.
1. Log in to your Varify.io account.
2. Obtain your OAuth2 Client ID and Client Secret from your account settings.
3. In n8n, create a new varify.io OAuth2 API credential and enter your Client ID and Client Secret.
Refer to the Varify.io API documentation for more information.
Compatibility
Tested with n8n v1.60.0 and later.