How to have a script run depending on which plan is created.

justadollar

Verified User
Joined
Dec 8, 2004
Messages
21
The topic pretty much says it. I have a handful of different types of account, and depending on which type of account is created I would like to execute an extra script (php or can be local on the machine, either works great) run when that plan is created.

Any tips or pointers or documentation I am missing?
 
You may need to put this in as a feature request.

Although, since it might be possible to put a check in your script to determine which plan was used, or do it in your signup script...
 
In the scripts directory you can do it in the Custom folder (there is a readme there) using shell script.
 
One that varies depending on the plan that was used? If so, I did not know that. (There's no readme file on my system, beta)
 
Well the script would not varry on the package, but the package variable is passed to the script so you could varry what happens with a simple if->then statement.
 
Back
Top