Integration Methods Overview
The NetFUNNEL JavaScript Agent supports two main integration methods:
- URL-Triggered Integration (UTI)
- Code-based Integration (CBI)
Code-based Integration is further divided into two control types:
- Code-based Integration - Basic Control: Controls entry speed (key returned quickly)
- Code-based Integration - Section Control: Maintains fixed capacity (key held until section exit)
Practice Projects Available
Need a basic project to practice with? Check out our Sample Projects which include a Web Application (Vanilla JavaScript MPA) template ready for NetFUNNEL integration practice.
📄️ URL-Triggered Integration
Apply waiting rooms to specific URLs without any code changes by configuring trigger rules in the NetFUNNEL console.
📄️ Code-based Integration
Control traffic at the button/API level by calling NetFUNNEL functions in your application code.