Skip to main content

Push

Push notifications are messages sent from applications to mobile devices through platform-supported channels such as Apple Push Notification Service (APNs) and Google Firebase Cloud Messaging (FCM). Within the CarrierX platform, these notifications allow partners to communicate important updates or alerts directly to end users.

To send a push notification, an Application object must be created and associated with one or more Device objects. Each application defines the credentials and configuration needed to interact with the respective push service provider, while each device represents a registered mobile endpoint capable of receiving those messages.

info

For a step-by-step guide, refer to How It Works: Send Push Notifications to Devices.