Dashboard Overview
What you can do in the Notify Partners interface and a description of all sections
Notify Partners is a B2B platform for mass push notifications. Through the dashboard you manage applications, push templates, send schedules, audience and analytics.
Quick Start
To start sending push notifications, complete four steps:
-
Create an application — go to the Applications section and click "Create". Enter a name, link and select a provider (Firebase, APNs, WebPush). Upload the provider credentials — without them pushes will not be sent.
-
Integrate the SDK — connect the SDK to your application. Available platforms: Web (JS), Android, iOS. The SDK automatically registers the device and obtains a token for sending.
-
Create a push template — go to Push Templates → "Create". Add translations for the required languages. Use macros for personalization:
{{app_name}},{{external_id}},{{country}}and others. -
Send a push — choose the send type: instant, scheduled, weekly or auto-push by event.
Dashboard Sections
| Section | Description |
|---|---|
| Applications | Manage applications and their credentials (Firebase, APNs, WebPush) |
| Push Templates | Create and edit templates with translations, macros and operators |
| Send Types | Configure instant, scheduled, weekly and auto-push sends |
| A/B Split Tests | Test push variants and analyze CTR per variant |
| Push Packs | Push notification sets with multi-language support |
| Audience Groups | Named user segments for targeting |
| App Groups | Combine multiple applications for bulk operations |
| Events | Custom and system events for auto-push |
| Analytics | Sent/Delivered/Clicked/CTR metrics, send history and postback history |
| Devices | List of registered devices with filters |
| API Keys | Create and manage keys for API integration |
| Profile | Account information and password change |
| Activity Log | Audit of all system operations |
API
Base API URL: https://api.notify.partners/api/v3/
Authorization — via the Authorization: Bearer <token> header, where token is a JWT after login or an API key in the format psk_live_....
More details on API keys and access levels — in the API Keys section.