Using data retrieved in a workflow in a delivery html | Community
Skip to main content
JESUSBA1
Level 2
July 9, 2024
Solved

Using data retrieved in a workflow in a delivery html

  • July 9, 2024
  • 1 reply
  • 660 views

hello, I don't know how to use some fields that I have created in a workflow to use them in the content of a delivery html.
In this case I get some models with their images and I have to send them in an html file.

Thanks in advance.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by OscarGo

Okay, then you can check this docu: Add variables from a Workflow in a Delivery in Adobe Campaign | Blog by Florian Courgey

1 reply

OscarGo
Level 3
July 9, 2024

Hi @jesusba1 

If I understood correctly you want to insert images in your HTML for an Email Delivery based on some logic.

 

If this is the case, I would try using Personalization Blocks, where you can define a logic to embed in the HTML code your images with the use of if/else.

 

Take into consideration that the images need to be uploaded to Adobe in the Public Resources section and you then use the URL that gives Adobe to retrieve it in the HTML

 

Hope it helps

 

Official docu links:

Personalization blocks | Adobe Campaign

 

JESUSBA1
JESUSBA1Author
Level 2
July 9, 2024

first of all thank you for your answer, the images and the data of the models that the clients have bought I recover them in the previous activity and I already have them in that UNION, now the problem I don't know how to use this to be able to use it in the HTML content of the delivery.

OscarGo
OscarGoAccepted solution
Level 3
July 9, 2024