Can I do a bulk insert in a List?

Anonymous
Not applicable

Can I do a bulk insert in a List?

Haven't found any mentions on this subject in the documentation. Does the API support bulk operations such as bulk insert or bulk delete for List items? (leads in a list).... 

Thanks in advanced!
Tags (1)
3 REPLIES 3
Anonymous
Not applicable

Re: Can I do a bulk insert in a List?

listOperation() allows you to add/remove a list of leads from a static list.  We do not have an API to delete leads, so you would have to use the "Delete Lead" flow action in a campaign and call that campaign using requestCampaign()

Anonymous
Not applicable

Re: Can I do a bulk insert in a List?

That's clear... sorry, I used the word DELETE instead of REMOVE... but my quesiton is if the API supports BULK ADD/REMOVE for listOperation()

thanks
Anonymous
Not applicable

Re: Can I do a bulk insert in a List?

Yes, it does.  The listMemberList param in ParamsListOperation takes an ArrayOfLeadKey