Created
March 27, 2013 13:55
-
-
Save Fodsuk/5254318 to your computer and use it in GitHub Desktop.
alot to do
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public void SendTemplate(/* to decide: TemplateId, Parameters */) | |
{ | |
/* | |
- Get any flow with this template (Flow name, Flow Parameters) | |
- Get FlowOrderId of template on Flow | |
- Update Flow parameter values with parameters passed by user | |
- Update special parameters (email, sms) | |
- CreateSchedule | |
- Send Schedule for particular template | |
*/ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment