Newer Version Available

This content describes an older version of this product. View Latest

Sending Mobile Notifications

To send mobile notifications, Salesforce offers several options: Apex, REST API, and, in some cases, declarative feature-based tools. The type of notification, the delivery channel, and your skill comfort levels guide your choice.

Send Apex push notifications with the Messaging.PushNotification methods in Apex triggers, or through the PushNotifications API.

You can send custom notifications through the customNotificationAction API, Process Builder, or Flow.