Skip to main content
Contributor I
September 8, 2021
Solved

add more than 100 members in list using restAPI

  • September 8, 2021
  • 2 replies
  • 192 views

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. 

    This topic has been closed for replies.
    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

    rupamAuthorAnswer
    Contributor I
    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
    Klaviyo Alum
    September 8, 2021

    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!

    -Stephen