Identify program members/email recipients w/o access to Marketo | Community
Skip to main content
New Participant
August 24, 2021
Solved

Identify program members/email recipients w/o access to Marketo

  • August 24, 2021
  • 1 reply
  • 1574 views

We've got a need for a member of a QA team to identify if certain email addresses/contacts are getting funnelled into specific automations and nurture flows. But that person does not have access to Marketo. 

 

They need to make their checks weekly. So my initial thought was to send them weekly reports of members in certain programs. However, they need to also know specifically which emails were sent to the contacts in their weekly QA checks. 

 

Any suggestions on how to approach this? 

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 Michael_Florin-2

First question that comes to my mind is: Why don't you give that person Marketo access?

 

Second idea: As email names are not field values and therefore not easily exportable, you could change that. For instance: When an email is sent, use trigger.name in a flow step to populate a text area field "All Emails Received". You can append to that field like that:

Change Date Value for All Emails Received: {{lead.All Emails Received}} {{trigger.name}}

 

Not exactly awesome, but probably something to consider.

 

(Or use the API plus a data lake with Tableau on top...)

 

1 reply

Michael_Florin-2
Michael_Florin-2Accepted solution
New Participant
August 25, 2021

First question that comes to my mind is: Why don't you give that person Marketo access?

 

Second idea: As email names are not field values and therefore not easily exportable, you could change that. For instance: When an email is sent, use trigger.name in a flow step to populate a text area field "All Emails Received". You can append to that field like that:

Change Date Value for All Emails Received: {{lead.All Emails Received}} {{trigger.name}}

 

Not exactly awesome, but probably something to consider.

 

(Or use the API plus a data lake with Tableau on top...)

 

JainaAuthor
New Participant
August 30, 2021

Why don't you give that person Marketo access?

A few reasons: Limited seats, user isn't someone who'd be using Marketo on a regular basis aside from this one need. 

 

That second idea sounds like something we could implement though. Thanks, Michael!