You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @apiSuccess {Boolean} saveStats Store each individual push records into push_stats for debugging
413
419
* @apiSuccess {String[]} platforms Array of platforms to send to
414
420
* @apiSuccess {Number} state Message state, for internal use
415
421
* @apiSuccess {String="created", "inactive", "draft", "scheduled", "sending", "sent", "stopped", "failed"} [status] Message status: "created" is for messages yet to be scheduled (put into queue), "inactive" - cannot be scheduled (approval required for push approver plugin), "draft", "scheduled", "sending", "sent", "stopped" - automated message has been stopped, "failed" - failed to send all notifications
push-notification.save-push-stats = Keep individual push records for each user
250
+
push-notification.debugging = DEBUGGING
251
+
push-notification.push-stats-warning = This options enables the storage of each push record inside "push_stats" collection for every message per device for debug purposes. Please enable this option with caution since it can fill up the database quickly.
249
252
push-notification.i-am-ready-to-send = I am ready to send this message to real-users
250
253
push-notification.was-successfully-saved = Push notification message was successfully saved
251
254
push-notification.was-successfully-sent-to-test-users = Push notification message was successfully sent to test users
0 commit comments