Know what's working in your recruiter downline
Connect Gmail and Calendar to surface real commission activity, without spreadsheets or gut instinct
$pip install recruitfluxiq Pull activity from recruiter email and calendar
Connect via Gmail and Calendar OAuth to automatically surface outreach sequences, call scheduling, and follow-up patterns across your entire downline without manual status reports.
- Zero manual data entry
- Recruiter activity surfaced in minutes
- OAuth-only, no credentials stored
```python
from recruitfluxiq import Client
client = Client(api_key=os.getenv("RFIQ_KEY"))
client.connect_source("gmail")
client.connect_source("calendar")
# All recruiter activity synced automatically
client.sync_downline()
``` Track placement commissions by recruiter
Map email/calendar signals to placement events. Score recruiter performance based on activity depth, not just output. Know who needs coaching before deals go cold.
- Signal-based commission scoring
- Activity depth, not just output
- Coaching alerts before deals stall
```python
# See which recruiters drive commissions
downline_report = client.downline.performance({
"date_range": "last_90d",
"metrics": ["activity_score", "placement_rate"]
})
print(downline_report)
``` Forecast partner channel pipeline from activity
Use recruiter activity signals to predict next-month placements. Adjust commission investment based on real pipeline health, not historical benchmarks.
- Activity-based pipeline forecast
- Commission ROI by recruiter
- Export to your CRM
```python
# Forecast next month placements
forecast = client.downline.forecast({
"recruiters": ["r_001", "r_002", "r_003"],
"confidence_interval": 0.8
})
print(f"Expected placements: {forecast.placements}")
``` FAQ
What data does RecruitFluxIQ access?
We connect via Gmail and Calendar OAuth to read email threads and calendar events. We extract recruiter activity signals (outreach, calls, follow-ups) and map them to your placement records. We do **not** store your OAuth credentials—you can revoke access anytime.
How accurate is the activity scoring?
The model scores activity depth (sequence length, call frequency, response rates) rather than just output counts. Early validation across 10 customer interviews showed strong correlation between activity scores and actual placements. Full accuracy depends on recruiter email/calendar hygiene.
Do my recruiters know we're tracking activity?
The product targets agency owners who already have informal visibility. We surface activity patterns from data your contractors already generate—there's no separate agent to install or report into. If you require explicit consent, that's a policy decision on your end.
What's the minimum data needed to get started?
Connect one Gmail account (yours or a shared inbox) and grant Calendar access. You'll immediately see activity across any recruiter whose outreach touches that inbox. Adding more OAuth connections increases downline coverage.
Can I export data to my existing ATS or CRM?
Yes. We expose a REST API and support webhook pushes to any endpoint. Most users export weekly CSV summaries, but real-time webhook pushes are available on Pro tier.
Start tracking your downline in 2 minutes
No spreadsheets. No manual reports. Just signal-based commission visibility.