Creates a new reusable push notification for subsequent delivery. The created notification can be sent to all registered devices using the notification send endpoint.
write:push_notificationsClient ID for API Client authentication (must be used together with Client Secret)
Client Secret for API Client authentication (must be used together with Client ID)
Push notification title (maximum 50 characters)
50Push notification body text (maximum 500 characters)
500Subrestaurant identification code for location-specific delivery (alternative to subrestaurant_uid)
Subrestaurant unique identifier for location-specific delivery (alternative to subrestaurant_code)
Operation response
Operation result: true if successful, false if failed
Unique identifier of the created notification (present only on success)
Error code if the operation failed. Possible values:
MAX_LENGTH_EXCEEDED = Character limit exceeded for title or messageSUBRESTAURANT_NOT_FOUND = Subrestaurant not foundSee Error codes for general error codes that may also occur.
Human-readable error description if the operation failed