I have 400 users details like email, name, contact etc inside an array. I want to insert/update all
I have 400 users details like email, name, contact etc inside an array. I want to insert/update all these 400 users profiles information inside 3rd party service called klaviyo for email marketing. In adding 1 user information into this 3rd party API, it takes 2 fetch requests (max 2 for update). So for 400 users its taking 800 fetch requests at a time for inserting. I am getting error inside logs that "subrequest limit exceeds" means so many subrequest a time...
What is solution of this, can anyone please help?
NOTE: I am using premium version not free
I have also attached a screenshot of my code with result array of 400 users and then adding them one by one into klaviyo
What is solution of this, can anyone please help?
NOTE: I am using premium version not free
I have also attached a screenshot of my code with result array of 400 users and then adding them one by one into klaviyo




