Skip to content

Instantly share code, notes, and snippets.

@Fodsuk
Created March 27, 2013 13:55
Show Gist options
  • Save Fodsuk/5254318 to your computer and use it in GitHub Desktop.
Save Fodsuk/5254318 to your computer and use it in GitHub Desktop.
alot to do
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