Quick Start

Integrate Appizer into your app in 5 minutes using AI-powered prompts

Get Appizer running in your app in under 5 minutes - no manual SDK setup required.

TL;DR

  • Create free Appizer account
  • Connect WonderPush (€1/1000 users)
  • Use one-shot AI prompt to integrate
  • Set up automated re-engagement campaigns

Prerequisites

Step 1: Create Your Accounts

Appizer Account

  1. Sign up at appizer.com
  2. Create a new app
  3. Copy your API key from Settings

WonderPush Account

  1. Sign up at wonderpush.com
  2. Create a new project
  3. Get your Client ID and Client Secret
  4. Add WonderPush credentials to your Appizer app settings

The fastest way to integrate Appizer is using our AI-powered prompts:

For Bolt.new, v0, Cursor, Windsurf:

  1. Go to Appizer Agentic Quick Start
  2. Select your platform (Bolt, v0, Cursor, etc.)
  3. Copy the one-shot integration prompt
  4. Paste into your AI coding tool
  5. Replace these 3 variables:
    • WONDERPUSH_CLIENT_ID
    • WONDERPUSH_CLIENT_SECRET
    • APPIZER_API_KEY
  6. Submit → Appizer auto-integrated ✅

Done in 60 seconds!

The AI will automatically integrate WonderPush SDK and Appizer event tracking into your app.

Step 3: Manual Integration (Alternative)

If you prefer manual setup, use the REST API directly:

Track Events

curl -X POST https://api.appizer.com/v1/events \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "event_name": "user_signup",
    "user_id": "user_123",
    "properties": {
      "plan": "free",
      "source": "website"
    }
  }'

Create/Update Users

curl -X POST https://api.appizer.com/v1/users \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "user_id": "user_123",
    "email": "user@example.com",
    "properties": {
      "name": "John Doe",
      "plan": "free"
    }
  }'

Events start flowing immediately

Check your Appizer dashboard to see events appear in real-time.

Step 4: Set Up Automated Campaigns

Now the magic happens - create campaigns that run on autopilot:

1. Create an Audience (Natural Language)

In your Appizer dashboard:

"Users who signed up yesterday but haven't returned"
"Users inactive for 2+ days"
"Power users who completed 5+ actions"

AI automatically creates the segment.

2. Create a Campaign

Campaign Setup:

  • Name: Win-back inactive users
  • Audience: Users inactive 2+ days
  • Message: AI-generated (or write your own)
  • Schedule: Daily at 9 AM
  • Channel: Push via WonderPush

AI Message Generation:

Prompt: "Send a friendly reminder to come back and check out new features"

AI generates unique messages like:
- "Hey! We've added new levels - come play!"
- "Miss you! Your progress is waiting 🎮"
- "New features just dropped - check them out!"

Set and forget!

Your campaign now runs automatically. While you build v2, Appizer keeps users engaged.

What You Just Built

Event Tracking: Your app sends user activity to Appizer
AI Segmentation: Appizer identifies disengaging users
Automated Campaigns: Re-engagement messages sent on autopilot
Push Delivery: WonderPush handles notification delivery

Result: Users stay engaged while you focus on building.

Next Steps

Need Help?