Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Create a push action

A push action is a server-side script that runs when the instance receives a response to an actionable push message.

Before you begin

Complete the following:

  1. Activate push notifications
  2. (iOS only) Upload a push certificate to your instance
  3. Create a push application record for your custom app
  4. Create push message content
  5. Create a push message attribute definition
  6. Create an attribute value or action for a push message

Role required: admin or push_admin

Note: This process describes configuration used in the ServiceNow mobile app. Push Notification configuration for the current ServiceNow mobile UI can be found at Mobile push notifications

About this task

Create a push action to perform an action on the instance. For example, you might have an actionable push message that lets the user approve a change request. The action that handles the response should update the Approval field on the relevant Change Request record.

You can use global variables or, optionally, current variables and parameters passed through the JSON content.

Procedure

  1. Navigate to All > System Notification > Push > Push Action.

  2. Fill in the form fields (see table).

  3. Click Submit.

    FieldDescription
    NameEnter a descriptive name for the action.
    ScriptEnter the script.