Registers or updates a device token for receiving push notifications through ServiceNow. Use this action when you need to register a mobile device token with ServiceNow's push notification system, enabling the device to receive push notifications from ServiceNow mobile apps. The…
tokenRequiredstringThe device token obtained from Apple Push Notification Service (APNS) for iOS devices or Firebase Cloud Messaging (FCM) for Android devices. This token identifies the device to receive push notifications.
user_idstringThe sys_id of the ServiceNow user associated with this device token. This links the device to a specific user for user-specific push notifications.
platformRequiredstringThe mobile platform for the device token. Use 'Apple' for iOS devices (APNS) or 'Android' for Android devices (FCM).
device_typestringThe type of the mobile device (e.g., 'phone', 'tablet'). This field is optional and helps categorize devices for targeted notifications.
subscription_idstringA unique identifier for the subscription. If not provided, a new subscription will be created or an existing one with the same token will be updated.
push_application_nameRequiredstringThe name of the push application in ServiceNow (e.g., 'SkyNowPushApp'). This corresponds to the push application record configured in ServiceNow for handling push notifications to mobile devices.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.