Push notification integration

To integrate push notification, go to settings by clicking on <> button on top left, click on integration from the left panel and click on push notification set up.

Service Account Authentication

This section is used to securely configure push notifications by uploading your Firebase Service Account Key (in JSON format). The service account enables the platform to authenticate with Firebase Cloud Messaging (FCM) and send push notifications to both web and mobile users.

Steps:

  1. Click on the upload icon to select your Service Account JSON file.

  2. Once uploaded, click on Authenticate Service Account to complete the integration.

Note: This step is mandatory for enabling push campaigns. Ensure your service account has the necessary permissions to access Firebase Cloud Messaging APIs.

Steps to Get Your Firebase Service Account Key

  1. Go to Firebase Console Navigate to https://console.firebase.google.com and select your project.

  2. Open Project Settings In the left-hand sidebar, click the gear icon next to “Project Overview” and select Project Settings.

  3. Go to Service Accounts In the top menu of the settings page, click on the Service Accounts tab.

  4. Generate a New Private Key

    • Click the "Generate new private key" button.

    • Confirm when prompted to download the key.

    • A .json file will be downloaded to your computer. This is your Service Account Key.

  5. Upload to Your Platform Use this JSON file to authenticate the Firebase project in your campaign platform by uploading it where prompted (e.g., under Service Account Authentication in your app).


Note: Keep your service account key secure and do not share it publicly. This key provides access to your Firebase project APIs. You can always revoke and regenerate keys if needed.

Click on the link below to go to the desired integration page

Setting Up Android Push NotificationsSetting Up iOS Push NotificationsSetting Up Web Push Notifications

Get started with Push notification. Learn how to create a push notification campaign in Organon by clicking on the link below

Push notification campaign set-up

Last updated