Rate limit of 5 req/s and upserting custom field values

Hello,

I need to update up to 14 custom field values for a contact, where the contact is found by the value of a custom field value. This, as I read the docs, would be around 25 api requests…

Is there a ‘bulk’ upsert of custom field values for a contact? Ideally I’d like to issue one request to find the contact based on the custom field value, and then send one update or create custom field value(s) (a subset of the 14 included in the body).

Is this possible?

Thank you kindly,

Charles

Did you find any solution for the rate limit issue?

I would like to update tons of contact’s info too but I feel very limited.

1 Like

Use the v1 api. As nearly as I can tell, the v3 api are half-baked.