Sending a mail using Adobe Campaign API
Hi Dear Forum,
Can someone please advice how can i send a mail using the Adobe Campaign API?
can someone please direct me to the exact API?
thanks!
Hi Dear Forum,
Can someone please advice how can i send a mail using the Adobe Campaign API?
can someone please direct me to the exact API?
thanks!
wrote...
Thank you!
i saw that API, but still couldn't get the full picture.
the flow i'm trying to create is
1. Fetching the templates from Adobe campaign- meaning all the available mailing/push that could be sent.
2. passing a list of recipients to Adobe Campaign, and the template ID, and a time to send. that would actually send the e-mails.
is that possible?
Thanks!
1. use scheduler to schedule the execution of the flow
2. use query def or query activity in workflow to get required template and recipient ids
3. use the following code to send the email
nms.delivery.QueueNotification("emailTemplateInternalName", <delivery> <targets> <deliveryTarget> <targetPart type='query' exclusion='false' ignoreDeleteStatus='false'> <where> <condition expr={'@id ='+ "put yours recipientId here or change condition to included in for comma seprated values or any logic"}/> </where> </targetPart> </deliveryTarget> </targets> </delivery>);Regards,
Amit
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.