Hey Guys,
I’m working on an integration for our software, and looking at best practices, as I seem to be hitting some 503 errors.
At times, we need to sync member data to a Contact in ActiveCampaign, then assign to a list, and apply some tags.
Looking through the API docs, it seems that I need to make multiple requests to the API:
1 - Sync the Contact Data
2 - Assign Contact to a List
3+ An API call to assign each individual tag to the contact.
The problem I have is that I can very easily hit the 5 API requests in a second rate limit if I have 3 tags, and I’m wondering if that’s the reason I’m hitting the 503 error.
My question is, is there a way to reduce that number of API calls, and if possible, include ALL of that data in a single API request, to sync the data and assign list and tags all at once.
Thanks
Steve