Salesforce Dictionary - Free Salesforce GlossarySalesforce Dictionary
Full Push Notifications, Mobile entry
How-to guide

Enable Salesforce mobile push notifications

Push notifications are off until an admin enables the channel at the org level. The steps below turn on both in-app and push for the Salesforce mobile app, then point you at custom notifications for org-specific events.

By Dipojjal Chakrabarti · Founder & Editor, Salesforce DictionaryLast updated Jun 16, 2026

Push notifications are off until an admin enables the channel at the org level. The steps below turn on both in-app and push for the Salesforce mobile app, then point you at custom notifications for org-specific events.

  1. Open Notification Settings

    In Setup, use the Quick Find box to search for Notification Settings (under the Salesforce mobile app section) and open the page.

  2. Enable in-app, then push

    Turn on in-app notifications first, since push depends on it, then enable push notifications for the org. Save your changes.

  3. Choose a content level

    Decide between full content and minimal content for lock-screen display. Keep full content for convenience, or switch to minimal content if you handle sensitive data.

  4. Add custom notifications if needed

    For business-specific events, create a Custom Notification Type, pick the mobile channel, then send it from a record-triggered flow, Apex, or the Connect REST API.

  5. Confirm on a device

    Have a test user accept the OS permission prompt in the Salesforce mobile app, then trigger an event and verify the alert appears on their lock screen.

Key options
In-app notificationsremember

The bell-icon list inside the app. Must be enabled before push works.

Push notificationsremember

Lock-screen and banner alerts delivered while the app is backgrounded or closed.

Full vs minimal contentremember

Whether the notification body shows on the lock screen or is hidden behind a generic prompt.

Custom Notification Typeremember

A metadata record that defines a custom notification and its desktop or mobile channels.

Gotchas
  • Push will not work unless in-app notifications are also enabled in the same org settings.
  • Each user must accept the operating system permission prompt on their device, or no push appears regardless of org settings.
  • Delivery runs through Apple APNs and Google FCM and is best effort, so do not rely on push as the only signal for critical work.
  • Over-notifying trains users to mute the app, so gate custom notifications behind tight entry criteria.

See the full Push Notifications, Mobile entry

Push Notifications, Mobile includes the definition, worked example, deep dive, related terms, and a quiz.