Storing Unique Profile Pictures. | Community
Skip to main content
October 28, 2015
Question

Storing Unique Profile Pictures.

  • October 28, 2015
  • 1 reply
  • 965 views

Hi All,

As per the existing flow of our website, every registered user has a profile photo. We use this profile photo (specific to each user) in every email that we send out to those specific users.

How do you guys suggest that we store specific profile photos for each lead record in the marketo leads database, so that we can use them as a token in the email body later ?

Thanks a lot !

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

1 reply

Grégoire_Miche2
Level 10
October 28, 2015

Hi Prabash,

The best way is to have a field in Marketo that stores the picture URL. When someone registers or is registered to the user, you will have to push this URL to Marketo together with the lead info. This can be done with a hidden field in a Marketo form and some scripting, or with a hidden form and some scripting.

Here is how to make the second solution work :Make a Marketo Form Submission in the background

-Greg

Josh_Hill13
Level 10
October 28, 2015

we're assuming the photos are stored in a separate database; Marketo's not a good place to store these.