How to append Email Address to contacts currently in DB without it? | Community
Skip to main content
Brian_Campbell1
Level 1
July 19, 2018
Question

How to append Email Address to contacts currently in DB without it?

  • July 19, 2018
  • 1 reply
  • 1188 views

I've recently come into a new role and am working with a number of Marketo instances. Some of them have thousands of contacts without email addresses. I want to clean this up, and am working to get the emails so I can append them to the data.

My question is this:

How can I add (append) the correct email address to these contacts without completely removing them from the DB and re-uploading them with the appended email?

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

1 reply

SanfordWhiteman
Level 10
July 19, 2018

Export to a spreadsheet with lead ID as a column.

Fill in the email addresses.

Then either:

1. Do an API (not UI) import, which can lookup by ID.

or

2. Call a webhook for the leads and have the hook read from the file and write back the email.