Currently, we are using Adobe Messaging Center to send event emails(Campaign purpose).
We have a plan to use Adobe Campaign to send the emails for other needs and have some questions on it.
1) is it possible to add attachments (dynamic) to the transnational email?
2) is it allow to send a regular email (dynamic Subject, body, from and to)
3)What is the difference between rtEvent(reatTimeQueue) and batchEvent(batchQueue)? How it will work internally?
4)What will happen if we pass the wrong ctx elements to the MC API's?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi
1) is it possible to add attachments (dynamic) to the transnational email?
Yes, you need to upload the attachments on a sftp that url is accessible publicly
2) is it allow to send a regular email (dynamic Subject, body, from and to)
Yes, but there are some limitations. You need to pass them through variables in your payload e.g ctx.rtEvent.SubjectLine.
For the from address it needs to be an authorized address on deliverability side
Thanks
David
Hi
1) is it possible to add attachments (dynamic) to the transnational email?
Yes, you need to upload the attachments on a sftp that url is accessible publicly
2) is it allow to send a regular email (dynamic Subject, body, from and to)
Yes, but there are some limitations. You need to pass them through variables in your payload e.g ctx.rtEvent.SubjectLine.
For the from address it needs to be an authorized address on deliverability side
Thanks
David
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi @bsudabathula ,
If I have understood correctly. You want to generate WSDL of a schema for the localhost instance. Kindly use the following link to do so
http://localhost:8080/nl/jsp/schemawsdl.jsp?schema=nms:rtEvent
Regards,
Dhanesh
Views
Replies
Total Likes
Hi @dhanesh04s , I am trying to connect Adobe MC RT2 instance to get the session token through Soap Ui, which is throwing invalid credentials. I got the RT2 MC Credentials from the adobe support team .
Views
Replies
Total Likes
you should use <MC instance URL>/nl/jsp/schemawsdl.jsp?schema=nms:rtEvent
Views
Replies
Total Likes
@DavidKangni , I am using this url <MC instance URL>/nl/jsp/schemawsdl.jsp?schema=nms:rtEvent which is redirecting to the login page. I hae provided my MC credentials here which is throwing Invalid User details.
Note: Adobe Support team shared MC credentails with me.
Views
Replies
Total Likes
Views
Replies
Total Likes
Hello,
1. yes but the extensions have to be whitelisted on all instances
2. yes we do it for some campaigns.. you can do it either by one value for all recipient (adding delivery variables.. its here on forum how to do them Solved: How to insert a VARS inside a delivery template - Experience League Community - 269157). or you can do it different values for each record these has to be added to the inbound data of delivery
Views
Replies
Total Likes
First of all your Question is a little confusing. Are you using message center to sending campaign purpose email or Transactional emails?
1) is it possible to add attachments (dynamic) to the transnational email?
yes,
2) is it allow to send a regular email (dynamic Subject, body, from and to)
yes you need to pass everything Via ctx. you need to use RtEvent Schema and there are some required parameters.
<rtEvent email="xx@adobe.com" type="smsDel" wishedChannel="0" externalId="Testing" origin="txt">
<ctx>
<scheduledDate>4/22</scheduledDate>
</ctx>
</rtEvent>
Views
Replies
Total Likes
@vendimb15716755 Thanks for your response. How can we pass the Subject, Body?
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies