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 23, 2019 10:40 AM
Hello Team - I would like to see whether below scenario is possible?
I'm going to trigger a webhook(via workflows) onto an external system which validates email address & account ID. If either of them is not valid, the external system will pass on an error which needs to be captured/Notified at Hubspot? It gets notified, will it be possible to build a branch logic based on that result?
Looking forward to your thoughts/suggestions.
Solved! Go to Solution.
Apr 24, 2019 9:46 AM
Hi, @sriniborra.
The scenario you have described is not possible at this time. HubSpot workflow webhook actions can POST
object data to external systems, but cannot act on the response.
As a workaround, you could use one workflow to POST
object data and have your external system update a custom contact property if the email address and account ID are invalid. You could then use this to trigger a second workflow with additional steps.
Isaac TakushiAssociate Certification Manager |
Sep 17, 2020 12:18 PM
Hi, Did you find any solution for this? Please respond, I'm trying to implement something similar with the webhooks and having issues getting a response. Please advise. Thank you!
Apr 24, 2019 9:46 AM
Hi, @sriniborra.
The scenario you have described is not possible at this time. HubSpot workflow webhook actions can POST
object data to external systems, but cannot act on the response.
As a workaround, you could use one workflow to POST
object data and have your external system update a custom contact property if the email address and account ID are invalid. You could then use this to trigger a second workflow with additional steps.
Isaac TakushiAssociate Certification Manager |