Skip to main content
Solved

add more than 100 members in list using restAPI

  • September 8, 2021
  • 2 replies
  • 160 views

Forum|alt.badge.img+2

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

2 replies

Forum|alt.badge.img+2
  • Author
  • Contributor I
  • 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
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!