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 define SOAP attachment parameters within the content of the delivery. These parametersare 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.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit