Torna alla home

Centro assistenza e supporto

Tutto quello che ti serve per avere successo su InfluTo

Per iniziare (5 minuti)

1

Crea il tuo account

Registrati come sviluppatore e crea la tua organizzazione

# Visit https://influ.to/auth/signup
# Select "Developer" as account type
# Fill in your details and create account
2

Aggiungi la tua app

Collega la tua app iOS o Android a 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
3

Installa l'SDK

Aggiungi l'SDK InfluTo alla tua app — iOS, Android, React Native o Flutter

npm install @influto/react-native-sdk
# AsyncStorage is a peer dependency
npm install @react-native-async-storage/async-storage
import InfluTo from '@influto/react-native-sdk';

// Call once at startup (e.g. in App.tsx)
await InfluTo.initialize({
  apiKey: 'YOUR_API_KEY',
  debug: __DEV__,
});
4

Configura il webhook RevenueCat

Collega gli eventi degli abbonamenti a InfluTo

# 1. Go to RevenueCat Dashboard > Integrations > Webhooks
# 2. Add new webhook with your app's URL (copy it from
#    InfluTo Dashboard > Setup — it includes your app id):
https://influ.to/api/webhooks/revenuecat/{your-app-id}

# 3. Copy your webhook secret
# 4. Paste it in InfluTo Dashboard > Settings > RevenueCat

# Events to enable:
# - INITIAL_PURCHASE
# - RENEWAL
# - CANCELLATION
# - PRODUCT_CHANGE
5

Crea campagna

Imposta le commissioni e inizia a invitare influencer

# 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
6

Ricarica il portafoglio

Aggiungi fondi per pagare le commissioni degli influencer

# 1. Go to Dashboard > Billing
# 2. Click "Add Funds"
# 3. Enter amount (min $50)
# 4. Complete Stripe Checkout
# 5. Funds available immediately

Domande frequenti

Hai ancora domande?

Non trovi quello che cerchi? Inviaci un messaggio e ti risponderemo entro 24 ore.

Serve altro aiuto?

Esplora la nostra documentazione e le risorse