Hello,
Currently our app sends a POST to the form API (api.hsforms.com/submissions/v3/integration/submit) when a user creates an account. After this, we need to fetch a specific contact’s property using the contact API (api.hubapi.com/contacts/v1/contact/email); however, the properties are not ready right after the form is sent, it takes a few seconds (5s-10s) for them to appear.
Is there a way to wait for these properties to be ready or do we have to implement this wait manually on our server?
Thank you for your time
regards