Hi Guys,
I am trying to sync more than 2000 records from Keap to my local database. For this purpose, I am sending 1 API request per record. But Keap is giving T00 Many API requests error after 400 to 500 Calls.
I found a workaround to fix it by adding a 1 second delay before each call. By doind that, It worked perfectly. But now it is taking almost 30 minutes to sync these 2000 records.
Is there any better workaround for that?
Please let me know