As per their documentation,
Reply.io's API is limited to 15,000 requests per user per month.
This is important to keep in mind when syncing large amounts of data since Upsert mode
will make one API call per record synced and Update mode will make up to two API calls per record synced
(one to check that user exists and the other to update the user). Please plan your syncs accordingly.