A business practitioner needs to configure an event triggered campaign based on the customer journey as shown below.
What should the business practitioner do to configure an email attachment on the fly to a transactional message?
Adobe Campaign allows you to send transactional emails with individual and/or personalized attachments using SOAP APIs. You can also create calculated attachments that can depend on the recipient and be converted to PDF.
To configure an email attachment on the fly to a transactional message, you need to defineSOAP attachment parameterswithin the content of the delivery. These parameters are used to specify the URL, name, type and encoding of the attachment. For example, you can use<%= rtEvent.ctx.attachmentUrl %>to refer to the attachment URL.
Iraida
4 days ago