Make changes to a user after X days

Hi,

I want to setup a back end workflow to change a Users payment plan from “Free-Trial” to “Expired”.

I’ll like to run after 5 days, but I don’t know how to set this up.

Thanks.

When the user signs up for the free trial, have it schedule a backend workflow but schedule it for “Current date/time + days: 5” and in that workflow have it change the user’s plan to expired.

2 Likes

Yep! That would work.

FYI, I’m not trying to sound like a jerk so I apologize if I do so, but the update from “Free-Trial” to “Expired” should only be done IF it’s still free trial, and they haven’t converted to a paid plan.

Otherwise, you’ll just ultimately set all of your customers, both free and on a paid plan, to expired.

Sorry, I know that goes without saying, but it never hurts to cover all the bases.

2 Likes

Thanks!

I actually just wrote this down in Basecamp so I don’t forget.

Please how do I implement this as well?

Thanks Tyler!

Greatly appreciated.