Skip to main content

On-Demand Push Notifications

Updated over a week ago

In this short video, I will walk you through the steps on how to create On-Demand Push Notifications so you can increase your members' engagement and attendance.

Note: Links won't work (they will look like plain text - we don't suggest using links here):

Frequently Asked Questions:

Q: What about dates? How do I create notifications based on expiration dates?

  • A: Make sure you use the same format you see in the CMS.

    • Example: Jul 02, 2025

    • Example: Jan 31, 2027

    • Example: Dec 24, 2025

  • You can use "Equals" to send a notification to everyone who matches any specific expiration date

  • You can use "Greater than" to send a notification to everyone who has an expiration date greater than the specified date

    • Example: Expires_at is greater than Juiy 02, 2025 = This notification will be sent to everyone whose expiration date is July 03, 2025 onwards

  • You can use "Less than" to send a notification to everyone who has an expiration date lower than the specified date

    • Example: Expires_at is less than July 02, 2025 = This notification will be sent to everyone whose expiration date is July 01, 2025 and older

Q: What about membership levels? How do I send notifications to specific membership levels instead of sending to everyone?

  • A: Same logic as expiration dates. All you need to do is add a rule that calls the specific membership level you want to target:

  • If you want to send a notification to several membership levels, simply keep adding conditions in that same area:

  • Don't forget to use "Match all conditions" or "Match any conditions" depending on your needs:

    • All conditions: All conditions you include MUST be met for the notification to be sent to those levels.

      • Example: In the image above, if Family Plus does not exist, the notification won't be sent at all.

    • Any conditions: Any conditions you include will be used to send the notification.

      • Example: In the image above, if Family plus does not exist, the system will still send to the rest of the levels and other conditions you add (skipping the invalid one)

Did this answer your question?