Page 1 of 1

How to import template & pass dynamic values with webservice

Posted: Wed Sep 05, 2012 12:29 pm
by rastogi_mohit2005
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 template (whether use agn tags or not) can be created using UI and with set of below web services execution we can send static content type mails to all recipients

Code: Select all

addMailinglist
addSubscriber
setSubscriberBinding
newEmailMailing
sendMailing
Problem : With this approach we can only send static content type mails. Here I created template only from UI.
Issue 1 :Is there any way to import a template using end point?
Issue 2 :Is there any way to feed dynamic data to these template (with end point call)?

I tried all the aspects but could not find any solution yet. Above issues are roadblock in order to use OpenEMM in my application. Any help will be really appreciated.

Thanks,
Mohit