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 23, 2022 6:16 PM - edited May 23, 2022 6:18 PM
Hello, my questions might be a duplicate to a post somewhere else but haven't seen a recent post: can we listen to property_change event on field: "unsubscribed_from_all_email"? I understand we may NOT unsubscribed/re-subscribe user on his/her behalf neither from REST API or UI, but at least we want to receive a notification to eg : http://my.api.com with JSON: { email: a, id: x, unsubscribed_from_all_email: true} - is this possible?
May 24, 2022 10:15 AM
@Bakytk , you should be able to subscribe to the property hs_email_optout and track that
![]() | Make sure to subscribe to our YouTube channel where you can find the HubSpot Community Developer Show |
May 24, 2022 2:29 PM
Hey @dennisedson
It would be great if it was that straightforward, but first, there's no such field "hs_email_optout" in drop-down list (see screenshot)
Secondly, somewhere in old forums saw that this field could be listened through "workflows" but can't find that post, and so how no clue how to set it up