SOLVED

Convert program static list email addresses as Program members

Go to solution
Babu_Chikati
Level 3

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

 

1 ACCEPTED SOLUTION
Michael_Florin
Level 10

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:

 

Michael_Florin_0-1761086718671.png

 

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

 

View solution in original post

1 REPLY 1
Michael_Florin
Level 10

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:

 

Michael_Florin_0-1761086718671.png

 

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