---
sourceDocument: Xanadu API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/api-reference

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# NowPushPayload interface

# NowPushPayload interface {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

The NowPushPayload interface defines the push notification payload
that the NowSDK implements.
{#NowPushPayloadAndroidInterface__entry__2}

| Name | Description |
|-|-|
| instanceId | ServiceNow instance identifier as provided by the push notification system. Data type: String |
| instanceName | ServiceNow instance name. Data type: String |
| message | Body of the push notification. Data type: String |
| notificationId | Unique identifier for this push notification. Data type: Integer |
| threadId | ID to use to group notifications. User the same ID in different payloads to indicate a group. Data type: String |
| title | Title of the push notification. Data type: String |
[Table 1. NowPushPayload structure]


