Convert program static list email addresses as Program members | Community
Skip to main content
Level 3
October 21, 2025
Solved

Convert program static list email addresses as Program members

  • October 21, 2025
  • 1 reply
  • 242 views

Hi,

I have an use case to solve, could you suggest the possible solution

  1. I have a default program(ABC) in Marketo which is created manually
  2. Multiple static lists will be created dynamically with in default program ABC
  3. for example static list "1 - first list" will be created via an API call and email addresses will be imported . Want to mark all static list email addresses as program members  as soon as email list is imported. "2 - Second list" can be created next time and so forth
  4. No manual intervention should be there to update static list name in case of  trigger campaign or batch campaign is defined

We can mark emails as program members via API but looking for something if we can achieve this by means of a smart campaign.

Please suggest.

 

Thanks,

Babu

 

Best answer by Michael_Florin-2

All assets in programs have the name "program name.asset name". So the lists you create in your program have the names "ABC.1 - first list", "ABC.2 - Second list" and so on. So you can use this trigger:

 

 

to make all people who will ever be added to any list in this program program members.

 

1 reply

Michael_Florin-2
Michael_Florin-2Accepted solution
Level 10
October 21, 2025

All assets in programs have the name "program name.asset name". So the lists you create in your program have the names "ABC.1 - first list", "ABC.2 - Second list" and so on. So you can use this trigger:

 

 

to make all people who will ever be added to any list in this program program members.