Solved

add more than 100 members in list using restAPI

  • 8 September 2021
  • 2 replies
  • 133 views

Badge +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. 

icon

Best answer by rupam 8 September 2021, 12:02

View original

2 replies

Userlevel 7
Badge +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!

Badge +2

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

Reply