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).
May 12, 2019 10:07 AM
Hi, is there a way to receive a notifications (internal email is ok) every time a property is changed? Any time that a property value is changed by a User or by any automation.
Thank you
Simone
Solved! Go to Solution.
May 13, 2019 4:28 AM
Hi @SimoneM
Quite a number of properties can be used as re-enrolment triggers in a workflow - that workflow can send an internal notifcaiton each time.
Hope that helps.
Feb 27, 2020 12:18 PM
The if branch you could leverage is just checking to see if the contacts has completed the workflow before. If they haven't completed it, that means it's their first time, i.e., their last name is being set for the first time.
Once they complete that workflow, they'll be enrolled in the yes branch then on out, meaning, their original last name has been updated.
So in the No branch, you would do nothing. But in the yes branch, that's where you create actions for when the last name was changed from the previous one.
The only thing I would warn you about is if you're integrated with Salesforce and you're syncing that data back to HubSpot. Meaning, if I update the last name in HubSpot but we're using Salesforce as the true value, the contact will be enrolled in this workflow twice while also getting their last name changed back to what it was before.
Jul 1, 2019 11:02 AM
Similar to what Phil was saying, if you just use whatever custom contact property you want to check against, just use that as the enrollment critieria and just specify if contact property is known. Then make sure re-enrollment is enabled.
In this case, what's going to happen is that everytime first name is updated, it will be known, thus triggering re-enrollment in the workflow.
I tested it myself (setup a workflow with an internal email send based on a custom contact property) and every time the custom property I made was updated to a new value, I received a new internal notification email.
Hope that helps!
Feb 25, 2020 12:32 PM - edited Feb 25, 2020 2:48 PM
What if you only want to be notified when the value changes from one known value to another known value (i.e., you don't want to receive a notification the first time the value is known)? Is there a way to do this?
Example: we get a new lead in the system, and his last name becomes known. I don't want to get a notification this first time. However, if the last name is changed, I want to know.
Feb 27, 2020 12:18 PM
The if branch you could leverage is just checking to see if the contacts has completed the workflow before. If they haven't completed it, that means it's their first time, i.e., their last name is being set for the first time.
Once they complete that workflow, they'll be enrolled in the yes branch then on out, meaning, their original last name has been updated.
So in the No branch, you would do nothing. But in the yes branch, that's where you create actions for when the last name was changed from the previous one.
The only thing I would warn you about is if you're integrated with Salesforce and you're syncing that data back to HubSpot. Meaning, if I update the last name in HubSpot but we're using Salesforce as the true value, the contact will be enrolled in this workflow twice while also getting their last name changed back to what it was before.
Feb 11, 2022 2:06 PM
Hi Patrick, how do you add a workflow to an if/then branch? Is this no longer possible? I don't see this option available for my if/then branches.
Thanks!
Sep 23, 2020 7:27 AM
Hi @PatrickEng ,
Your solution works for Contacts but not Companys. Is there a way to find out a property has been changed in a Company form?
More specifically, the Company owner needs to be alerts when thier company is updated as Target accounts Ture or False.
Sep 23, 2020 5:33 PM
Hello @ReshmaRR
Welcome to the Community, If the properties changing to alert the company owners are based on company properties, you are able to create the same workflow but company type workflow.
Let us know how that works.
Kindly,
Pam
![]() | Você sabia que a Comunidade está disponível em outros idiomas? Participe de conversas regionais, alterando suas configurações de idioma ! Did you know that the Community is available in other languages? Join regional conversations by changing your language settings ! |
Jun 6, 2021 2:39 AM - edited Jun 6, 2021 2:41 AM
Thanks!
Oct 7, 2020 2:48 AM - edited Oct 7, 2020 2:49 AM
Hi Pam,
I was able to figure out a worflow to alert when anyone changes the target acounts property. I enabled re-enrollment for this workflow.
Oct 7, 2020 11:33 AM
Hi @ReshmaRR
Thank you for sharing with us this workflow!
Kindly,Pam
![]() | Você sabia que a Comunidade está disponível em outros idiomas? Participe de conversas regionais, alterando suas configurações de idioma ! Did you know that the Community is available in other languages? Join regional conversations by changing your language settings ! |
Sep 30, 2020 1:03 PM
I'm trying to do a similar workflow design for a Deal... is there a workflow status for Deals? I can't seem to find that option.
Sep 30, 2020 5:09 PM
Hey @Akamu77
I believe it may work for deals if you have the same properties listed in contacts as these posts refer.
Are you able to test in your end and keep us update on how it works?
Thank you,
Pam
![]() | Você sabia que a Comunidade está disponível em outros idiomas? Participe de conversas regionais, alterando suas configurações de idioma ! Did you know that the Community is available in other languages? Join regional conversations by changing your language settings ! |
Oct 1, 2020 9:00 AM
In fact, I don't see any property-fields available related to the word "workflow" anywhere in the Deal.
Mar 5, 2020 5:29 PM
Thanks, @PatrickEng and @Phil_Vallender . This seems to be working!
Feb 27, 2020 12:00 PM
Hi @morganmcgee
You should be able to do this by adding some if/then branches to the same workflow with the re-enrollment enabled.
Hope this helps.
Feb 27, 2020 12:11 PM
@Phil_Vallender Thanks for the reply, but I'm not sure I follow. If you have a few minutes, could you maybe explain further with an example?
May 13, 2019 4:28 AM
Hi @SimoneM
Quite a number of properties can be used as re-enrolment triggers in a workflow - that workflow can send an internal notifcaiton each time.
Hope that helps.