AI-powered referral campaigns that drive viral growth. Create, track, and optimize referral programs in minutes.
Everything you need to build, launch, and scale referral programs that actually drive growth
Create referral campaigns with customizable rewards, milestones, and viral loops. Launch in minutes with our intuitive builder.
Real-time signup attribution, referral chains, and conversion tracking. See exactly who referred who and when.
One-click share widgets for Twitter, Facebook, LinkedIn, Email with click tracking and engagement metrics.
Generate optimized campaign copy, reward structures, and viral strategies powered by growth marketing AI.
Real-time notifications via Zapier, Mailchimp, Shopify, and custom webhooks. Connect to your entire growth stack.
Campaign stats, growth trends, share performance, and ROI calculations. Make data-driven optimization decisions.
Integrate referral tracking into any app with our simple REST API
# Create a new campaign
curl -X POST https://api.referagent.com/campaigns \
-H "X-API-Key: your_api_key" \
-H "Content-Type: application/json" \
-d '{
"name": "Summer Launch Campaign",
"reward_type": "discount",
"reward_value": 20,
"viral_coefficient": 1.5
}'
# Track a referral signup
curl -X POST https://api.referagent.com/signups \
-H "X-API-Key: your_api_key" \
-H "Content-Type: application/json" \
-d '{
"campaign_id": "camp_123",
"referred_email": "user@example.com",
"referrer_code": "REF_ABC123"
}'
# Get campaign statistics
curl https://api.referagent.com/campaigns
⚡ Shipped with AgentDAO