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 2, 2020 9:47 AM
Currently the only way to use a workflow extension is through a contact enrollment trigger. I would like to retrieve the contact and deal information when a Deal stage is Closed won. The issue is that when I create my workflow extension definition I can only use "Contact Tokens". Is there some way to get the information about the Deal that transitioned to the Closed won stage. For example, the Deal name, Deal company, ect. ?
Apr 3, 2020 12:06 AM - edited Apr 3, 2020 12:06 AM
Hey @EvanGertis,
One workaround that I can think of, is to set up two workflows: one deal-based and one contact-based.
On the deal-based workflow, set the action to copy the deal property to a custom contact property. Something like this:
On the contact-based workflow, you can set the enrollment trigger to be: if custom property is known > enroll contact > add workflow extension > set the contact token as the custom property (which should now be the deal name).
Hope this helps!