Documentation
π§ Getting Started with Zellify Web2App
Welcome to Zellify's developer onboarding guide. This is your quick-start blueprint to integrate Web2App functionality, handle payments, and build high-converting funnels β all without the App Store friction.
π Step 1: Create Your Account
First things first β sign up for a Zellify account to access the platform.
π Create an account
Once youβre in, youβll land on the dashboard where you can start building your first funnel.
π Step 2: Get Your API Keys
To authenticate your app or backend, generate your API keys directly from the dashboard.
# Example API request
curl -X GET https://api.zellify.com/v1/me \
-H "Authorization: Bearer YOUR_API_KEY"
Use your API key to fetch user data, trigger events, and more.
π Step 3: Configure Webhooks
Stay in sync with conversion and payment events in real-time.
- Add your Webhook URL via the dashboard
- Copy the Webhook Secret to verify the integrity of incoming events
- Start receiving events like
funnel.completed,payment.success, and more
β You're Set
From here, you can:
- Launch your first funnel
- Integrate payment options
- Monitor real-time metrics from your analytics dashboard
Need help? Dive deeper in the full developer docs.
Let me know if you want to add code snippets for verifying signatures, handling errors, or sample JSON payloads.