Skip to content

Register devices and synchronize data

To effectively target and engage users through Pushwoosh, it’s crucial to ensure that user devices are properly registered and your data is synchronized. There are several methods for registering devices and synchronizing data with Pushwoosh, depending on your specific needs.

Pushwoosh SDK

Mobile

For mobile apps, Pushwoosh SDK integration is the recommended method for seamless device registration and data synchronization between the app, Pushwoosh systems, and, optionally, third-party systems that customers may use for specific data pipelines or workflows.

By integrating the SDK, you can automate the process of registering devices and handling their push tokens. The SDK internally calls the registerDevice API method, ensuring that every device is registered and synchronized with Pushwoosh without requiring any manual intervention.

Additionally, the Pushwoosh SDK allows registering phone numbers for SMS and WhatsApp notifications.

Web

To register devices for web pushes, use the Web Push SDK.

Hint: To allow your website visitors to opt-in for push notifications, set up either a custom or default Subscription Prompt on your site. This prompt triggers the browser’s native subscription request, where users can choose to enable or block web push notifications for your site.

Learn more about Pushwoosh SDK

Pushwoosh API

Also, you can use the Pushwoosh API to register devices and synchronize data. The API provides full flexibility for more advanced scenarios.

Importing your existing user base

If you’re working with large sets of pre-existing data, you can import this data into Pushwoosh.

Mobile

To migrate your Mobile push subscribers base, please contact us via the Contact Us form and provide a sample of your user base. Our team will review the data format and assess whether the migration is feasible.

Web

Web users cannot be imported due to technical limitations. Different push providers use varying payload formats and platform configurations, making importing web users ineffective. As a result, the imported user base would either be invalidated or receive incorrect or blank content.

However, web users who have already given permission to receive push notifications for your website can be resubscribed. Learn more

Email

To import your email subscriber database, upload a .csv file with the email addresses. The emails imported will be registered as subscribers on the email platform. You can also submit additional data for each email address, such as the recipient’s name, gender, or location, to better segment and personalize your email communications.

Import emails

SMS

Import a .csv file with phone numbers for SMS subscribers. You can provide additional data, such as the recipient’s name, gender, or location, to further segment and personalize your SMS communications.

Import SMS contacts

WhatsApp

To import your WhatsApp contacts, upload a .csv file with WhatsApp contacts. You can also provide extra details, such as the recipient’s name, gender, or location, to customize your WhatsApp messages.

Import WhatsApp contacts

Using 3rd-party integrations to transfer data

In addition to the SDK and API, Pushwoosh offers several third-party integrations to help you synchronize and transfer data from other platforms, making it easier to manage users and data across multiple systems.

Explore all available integrations