Create a push action

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 2분
  • A push action is a server-side script that runs when the instance receives a response to an actionable push message.

    시작하기 전에

    Role required: admin or push_admin

    주:
    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

    이 태스크 정보

    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.

    프로시저

    1. Navigate to All > System Notification > Push > Push Action.
    2. Fill in the form fields (see table).
    3. Click Submit.
      표 1. Push Notification Action form fields
      Field Description
      Name Enter a descriptive name for the action.
      Script Enter the script.