Quick start
Step 1: Create Your Account
- Visit the Korrero Console at console.korrero.com
- Choose your signup method:
- Email and password
- Google OAuth (recommended for faster setup)
Step 2: Verify Your Email
This step is skipped if you sign up through Google. During signup you’ll be asked to agree to the Terms and Conditions and Privacy Policy.
After registration, check your email for a verification link. This ensures your account is secure and you can receive important updates.
Add [email protected] to your contacts so the verification message doesn’t land in spam.
Step 3: Create Your First Project
Projects are containers for your notifications. Think of them as separate workspaces for different applications or campaigns.
- Click "Create Project" on the dashboard
- Enter your project details:
- Project Name: "My First App" (or whatever makes sense for you)
- Description: Brief description of what this project is for
- Color: Choose a color to help you identify this project
- Click "Create Project"
Step 4: Generate Your API Key
Your API key is how your application communicates with Korrero.
- Go to Project (click on your project at Projects page)
- Click "API Keys"
- On this step, you should have 1 API Keys, if not: click "Add API Key"
- Copy the key and store it securely
Project API keys are public and safe to include in client apps.
Step 5: Create Your First Notification
Now for the fun part! Let's create a simple welcome notification.
- Click "Create Notification" from your project dashboard
- Add your content:
- Title (internal name): "Welcome to our app!"
- Message: "Thanks for joining us. We're excited to have you on board!"
- Select suitable to show notification
- Click "Create"
🎉 You’ve created your first notification!
What's Next?
Now that you have the basics down, here are the next steps:
- Project Overview - Learn how to managing projects
- Creating Notifications - Master the notification editor and advanced features
- KorreroJS Integration - Connect Korrero to your application with KorreroJS
If you are developer, here quick quide for integrate Korrero to your project: