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).
Apr 8, 2019 7:23 PM
We have a workflow with 3 emails. I want the workflow to stop if/when a Salesforce Lead is converted to a Salesforce Contact.
In Workflows, I'm using the following trigger:
The contact property Salesforce contact ID is known
Has anyone done this before who could confirm this works? It would appear to work based on what I've read in these forums and the Salesforce forums.
Solved! Go to Solution.
Apr 9, 2019 7:31 AM
Hi @gravity_js
According to HubSpot, HubSpot contacts will always sync with Salesforce lead and/or contact objects by default when the integration is enabled.
With the default settings, I'm not sure how your workflows work. Do you see both Salesforce Lead ID & Salesforce Contact ID data in HubSpot?
If you see both lead & contact ID and if they are mapped properly to Salesforce object, it'd work.
Thanks.
Apr 9, 2019 7:31 AM
Hi @gravity_js
According to HubSpot, HubSpot contacts will always sync with Salesforce lead and/or contact objects by default when the integration is enabled.
With the default settings, I'm not sure how your workflows work. Do you see both Salesforce Lead ID & Salesforce Contact ID data in HubSpot?
If you see both lead & contact ID and if they are mapped properly to Salesforce object, it'd work.
Thanks.
Apr 9, 2019 5:27 PM
Yes, thanks, I was able to test with existing leads and contacts and it appears the IDs that we need are getting sent to Hubspot.
Apr 9, 2019 5:12 AM
Hi @gravity_js
Yes, that should work - as long as it is mapped to the HubSpot contact object of course, and assuming you use it as a goal or suppression condition in your workflow not an enrollment criteria.
Alternatively, I believe there is an explicit isconverted property on Salesforce contact objects that could be mapped to HubSpot and used to control the workflow.
As always, do test before enrolling contacts though.
Hope this helps.