We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Dec 6, 2018 3:54 AM
We have api calls in place to associate deals with contact and sometimes the contact does not get associated with the deal and we don't get any error message:
Steps:
You find the vid but the contact did not get associated via the API. https://app.hubspot.com/contacts/4840334/deal/421649386/?interaction=note
and we did not get any error message about it.
could you help us with this? we want to make sure every deal get correctly associated to a contact.
Solved! Go to Solution.
Dec 6, 2018 11:27 AM
Hey, @Cosima_Lefranc.
Per my recommendations in your other recent topic:
You can create a contact and get the vid
in one call (using either this endpoint or this endpoint) and then create a deal and associate it with that contact vid
in one call. You only need two calls instead of three.
This issue may be difficult to replicate.
Is it possible you may not be accounting for contacts already associated with the deal? I see that the deal you linked already has a contact associated and has gone through association changes, as shown in the num_associated_contacts
field.
Similarly, the contact you linked has had multiple deal association changes as well, as shown in the num_associated_deals
contact history.
I would recommend trying to implement the flow I describe above — create a contact then create the deal — as I believe you may also have encountered some timing issues by splitting up the two deal calls.
Isaac TakushiAssociate Certification Manager |
Dec 7, 2018 2:20 AM
Thanks Isaac for your answer, I will look into it.
Dec 6, 2018 11:27 AM
Hey, @Cosima_Lefranc.
Per my recommendations in your other recent topic:
You can create a contact and get the vid
in one call (using either this endpoint or this endpoint) and then create a deal and associate it with that contact vid
in one call. You only need two calls instead of three.
This issue may be difficult to replicate.
Is it possible you may not be accounting for contacts already associated with the deal? I see that the deal you linked already has a contact associated and has gone through association changes, as shown in the num_associated_contacts
field.
Similarly, the contact you linked has had multiple deal association changes as well, as shown in the num_associated_deals
contact history.
I would recommend trying to implement the flow I describe above — create a contact then create the deal — as I believe you may also have encountered some timing issues by splitting up the two deal calls.
Isaac TakushiAssociate Certification Manager |