Hi, the application I’m working on submits a form (https://api.hsforms.com/submissions/v3/integration/submit) and right after that it tries to get information for the newly created contact (https://api.hubapi.com/contacts/v1/contact/email/{email}/profile?hapikey={apiKey}). It usually works, but sometimes I get a “contact does not exist” message. When I find this message in the logs, I manually check the contact, and it’s there, and I can successfully retrieve the information using the API.
So my question is: is it “expected” that Hubspot may need a second or 2 (or more) to be able to retrieve a contact created via a form submission? Maybe when the form API returns, it’s still executing something asynchronously.