NPNotify Partners Docs

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:

  1. 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.

  2. 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.

  3. 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.

  4. Send a push — choose the send type: instant, scheduled, weekly or auto-push by event.

Dashboard Sections

SectionDescription
ApplicationsManage applications and their credentials (Firebase, APNs, WebPush)
Push TemplatesCreate and edit templates with translations, macros and operators
Send TypesConfigure instant, scheduled, weekly and auto-push sends
A/B Split TestsTest push variants and analyze CTR per variant
Push PacksPush notification sets with multi-language support
Audience GroupsNamed user segments for targeting
App GroupsCombine multiple applications for bulk operations
EventsCustom and system events for auto-push
AnalyticsSent/Delivered/Clicked/CTR metrics, send history and postback history
DevicesList of registered devices with filters
API KeysCreate and manage keys for API integration
ProfileAccount information and password change
Activity LogAudit 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.