Everything you need to succeed on InfluTo
Complete API reference and guides
Get help from our team
Install and configure the SDK
Sign up as a developer and create your organization
# Visit https://influ.to/auth/signup # Select "Developer" as account type # Fill in your details and create account
Connect your iOS or Android app to InfluTo
# Go to Dashboard > Apps > Add New App # Enter App Store URL or Play Store URL # Or search by app name # For multi-platform: Use "Select Both" button
Add InfluTo SDK to your React Native app
npm install @influto/react-native-sdk
// In your App.tsx or App.js
import InfluTo from '@influto/react-native-sdk';
InfluTo.init('your-api-key-here');Connect your subscription events to InfluTo
# 1. Go to RevenueCat Dashboard > Integrations > Webhooks # 2. Add new webhook with URL: https://influ.to/api/webhooks/revenuecat # 3. Copy your webhook secret # 4. Paste it in InfluTo Dashboard > Settings > RevenueCat # Events to enable: # - INITIAL_PURCHASE # - RENEWAL # - CANCELLATION # - PRODUCT_CHANGE
Set commission rates and start inviting influencers
# 1. Go to Dashboard > Campaigns > Create Campaign # 2. Set commission percentage (e.g. 30%) # 3. Choose public or private # 4. Invite influencers by email # 5. Share campaign link
Add funds to pay influencer commissions
# 1. Go to Dashboard > Billing # 2. Click "Add Funds" # 3. Enter amount (min $50) # 4. Complete Stripe Checkout # 5. Funds available immediately
Can't find what you're looking for? Send us a message and we'll get back to you within 24 hours.
Check out these additional resources