Skip to main content
Solved

add more than 100 members in list using restAPI

  • September 8, 2021
  • 2 replies
  • 142 views

Forum|alt.badge.img+2
  • Contributor I
  • 1 reply

I am using node.js using axios Post restApi :

"method":"post","url":"https://a.klaviyo.com/api/v2/list/xcghc/members?api_key=pk_xxxxxxx"

 

successfully added less than 100 members 

but can’t add more than 100 members.

Please let me know how to add around 600 members. 

Best answer by rupam

Got a solution split in to array of 99 and then loop (using map or for) and entered all data

View original
Did this topic or the replies in the thread help you find an answer to your question?

2 replies

Forum|alt.badge.img+2
  • Author
  • Contributor I
  • 1 reply
  • Answer
  • September 8, 2021

Got a solution split in to array of 99 and then loop (using map or for) and entered all data


stephen.trumble
Community Manager
Forum|alt.badge.img+60

Hey @rupam 

Thank you for asking the Klaviyo Community about this, and  thrilled you were able to find a quick solve adding profiles to Klaviyo via our REST API! 

Thank you for being a member of the Klaviyo Community!