Hi! I’m working on an integration between HubSpot and Microsoft Dynamics. I am trying to set up a trigger so that if the sales team makes a new contact or a change to a contact in Dynamics, that will immediately sync with Hubspot.
The first required field in HubSpot is the object ID, which I understand is found in Dynamics via export (and should also be available by API). However this field isn’t found when I run a test. Can anyone tell me what I’m doing wrong?
After you review the below… in case I’m asking the wrong question: How do I update a record? When I successfully find and match two records in each system, do I also need to add “update record” as a separate step?
First trigger is contact updated in Dynamics → Update contact in HS (not working because contact ID field not found)
Or this edited version… same problem as above:
Second trigger is a new contact is created in Dynamics → find or create the contact in HubSpot (this one runs successfully, but there is no object id named in the pull).