Skip to main content
June 18, 2013
Question

Can I do a bulk insert in a List?

  • June 18, 2013
  • 3 replies
  • 761 views
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!
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

June 18, 2013
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()

June 18, 2013
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
June 18, 2013
Yes, it does.  The listMemberList param in ParamsListOperation takes an ArrayOfLeadKey