Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards
SOLVED

Sending pdf attachment via message center in Adobe campaign classic

Avatar

Level 2

we are on ACC v7, and moving to v8 shortly, had use case where I need to send the invoices to the customers via message Center when Realtime event is triggered , however my question is can we receive binary PDF file content /binary forms in the payload and attach it to the message and send it. Is it possible in ACC? any documentation links would be helpful.

 

uploading it to CDN and use it is another option we are exploring as well.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
2 Replies

Avatar

Correct answer by
Community Advisor

Avatar

Level 2

The documentation link has different approach, however my requirement is to send binary pdf file content via payload and attach to the message.

 

I have come to conclusion as below, let me know if this is not right.

Adobe Campaign Classic does not natively support sending binary files (such as a PDF) directly in the payload of a transactional event (e.g. as a base64-encoded string within the SOAP/XML payload) for direct attachment to the message. The system expects a reference (URL/path) to the file, not the file content itself.