Alert for the user if the package is about to expire

Hi Raphael,

Is there any thing that Fabman provides to intimate users that there package is about to expire??

Hi @Bharti,

no, there’s no automatic reminder for expiring packages in Fabman.

Currently, most customers seem to have either open-ended packages (ie., memberships that you have to cancel explicitly) or very short-lived packages (eg., day passes or weekly packages), so reminders don’t make much sense for them.

If you need reminders, you could regularly (daily?) query members who have the package you’re concerned about:

GET https://fabman.io/api/v1/members?packages=<package-id>

… and remind those with an upcoming end date by sending them an email.

Best regards,
Raphael