Search found 3 matches
- Wed Sep 05, 2012 12:52 pm
- Forum: Development
- Topic: Any way to call ScriptHelper API for sending email
- Replies: 0
- Views: 4631
Any way to call ScriptHelper API for sending email
Hi, I am trying to send email using "Script Action". I have created as action of type "Script Action" and script text field as #set($result=$ScriptHelper.sendEmail($requestParameters.SENDER, $requestParameters.RECIPIENT, $requestParameters.SUBJECT, $requestParameters.TEXT, "...
- Wed Sep 05, 2012 12:46 pm
- Forum: Using OpenEMM
- Topic: How to pass Email Text using Script Action
- Replies: 0
- Views: 3146
How to pass Email Text using Script Action
Hi, I am trying to send email using "Script Action". I have created as action of type "Script Action" and script text field as #set($result=$ScriptHelper.sendEmail($requestParameters.SENDER, $requestParameters.RECIPIENT, $requestParameters.SUBJECT, $requestParameters.TEXT, "...
- Wed Sep 05, 2012 12:29 pm
- Forum: Using OpenEMM
- Topic: How to import template & pass dynamic values with webservice
- Replies: 0
- Views: 3075
How to import template & pass dynamic values with webservice
Requirement : I am trying to integrate my application with OpenEMM for sending Email. We have dynamic templates with fields e.g. FName, LName, CustomerAddress etc. After picking these values from application database I need to send Email to recipients. OpenEMM understanding : I understand static te...