Creation of Lists

Anonymous
Not applicable

Creation of Lists

My company's product offers the ability for users to collaborate with one another in a Virtual Data Room. In order to collaborate, each member is invited to the room and chooses if he/she would like to join.

I'd like to programatically create a list that corresponds with the Virtual Data Room being created and joined; however, I understand the SOAP API doesn't support such a use case. I'm wondering if there's anyone out there that's needed to programatically create lists and what they've done to overcome this shortcoming of the Marketo API?

Can anyone help?

Thanks,
Tim
Tags (1)
3 REPLIES 3
Anonymous
Not applicable

Re: Creation of Lists

As far as I know, there isn't any reasonable workaround here. It's more an issue were we just need to build it. We are interested in this, and if you haven't already filing an Idea in the community and/or voting for it will help us prioritize it.
Anonymous
Not applicable

Re: Creation of Lists

I understand it's difficult to answer; however, I'm wondering if this is something being actively discussed by Marketo dev teams. I think there's a work around involving Munchkin but I'm concerned I might one day need this functionality.
Jep_Castelein2
Level 10

Re: Creation of Lists

I would save the name of the meeting room in a custom field. That's a straightforward action using the SOAP API. Populate it with semicolon-separated values in case someone joins multiple meeting rooms. Would that work?