OneSignal
OneSignal is a messaging service that lets you send push notifications and emails to your customers.
Freshpaint helps teams manage and control their customer data. Freshpaint automatically captures every click, pageview, and form submission. This makes it possible for non-technical users to route data from Freshpaint to any marketing or analytics platform.
With Freshpaint and OneSignal, you can can use Freshpaint to attach user metadata to your users in OneSignal and create customized messaging campaigns for your customers.
- Connection Modes:
Client-side | Server-side | |
---|---|---|
Web | ||
Mobile | ||
Server |
- OneSignal App ID (found under Settings > Keys and IDs)
Before you can pass Freshpaint data to OneSignal, you'll need to install the Freshpaint javascript SDK, and have identify calls set up.
- 1.From within Freshpaint, navigate to Destinations > Apps and search for OneSignal. Select Configure.

2. Insert your OneSignal App ID (found under Settings > Keys and IDs)


3. That's it! You should now see the enabled status next to OneSignal:

Freshpaint passes user properties to OneSignal as Data Tags. When Freshpaint receives user properties, it will update the Data Tags for the corresponding user in OneSignal. In OneSignal, you can create segments of your users based on their Data Tags.
When you call freshpaint.identify, Freshpaint will update an existing user in One Signal with Data Tags by calling their Edit tags with external user id endpoint at: https://onesignal.com/api/v1/apps/APP_ID/users/EXTERNAL_USER_ID
Freshpaint will only update Data Tags for users that already exist in OneSignal. Freshpaint will not create new users in OneSignal. Any user you want to update with Freshpaint will have to already exist in OneSignal.
OneSignal does not support anonymous users. Data Tags will only be passed in for identified users.
OneSignal does not support events from Freshpaint as it does not have the concept of events. It will only update Data Tags which will map to user properties. You can view Data Tags for a user under Audience > Subscriptions or Users and then select the user.

Only server-side connection mode is available for this destination. All events will be sent to OneSignal using Freshpaint's servers. Your website will not send data directly to OneSignal. Instead, your website will send data to Freshpaint, which is translated then sent to OneSignal.
Last modified 15d ago