Register users via SDK or API
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar.
Pushwoosh SDK
Anchor link toMobile
Anchor link toFor 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.
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
Anchor link toAlso, you can use the Pushwoosh API to register devices and synchronize data. The API provides full flexibility for more advanced scenarios.