| title | PushNotificationAction |
|---|---|
| description | PushNotificationAction Schema Reference |
| Property | Type | Required | Description |
|---|---|---|---|
| name | string |
✅ | Action name |
| type | string |
✅ | |
| title | string |
✅ | Notification title |
| body | string |
✅ | Notification body text |
| recipients | string[] |
✅ | User IDs or device tokens |
| data | Record<string, any> |
optional | Additional data payload |
| badge | number |
optional | Badge count (iOS) |
| sound | string |
optional | Notification sound |
| clickAction | string |
optional | Action/URL when notification is clicked |