Hi Everyone! I'm attempting to use webhooks in HubSpot to integrate an app called Clickwrap, it has the capacity to send webhooks, while checking the documentation here https://developers.hubspot.com/docs/api/webhooks, All I see is that HubSpot SENDS the events, but what I need is for Hubspot to CATCH the events from Clickwrap, is this possible?
Just wanted to follow up on this issue as HubSpot has just released a Beta to be able to catch webhooks directly from workflows with Operations Hub Pro. If you are looking to catch a webhook, you will have to select the option "From a webhook" in the triggers of your workflow.
It will then provide you with the hook URL and let you map the different fields.
Note that if you don't haveOperations hub Pro, you can use Zapier as a connector to catch the webhook and send the data to HubSpot.
Hey, @EDiaz6👋 Welcome to our community. Thanks for your question!
You are not missing an option in the webhook documentation. They are not set up to “catch” or receive an incoming webhook in the manner you are describing.
Typically, this is handled by some form of middleware, from a simple server all the way to a complex web app, depending on your needs. This middleware service ise set up to receive webhooks from Clickwrap, process the data, and then call the appropriate HubSpot APIs for your HubSpot account.
Questions:
Can you tell the community more about your technical background?
Are you comfortable setting up a web server or using serverless functions?
Do you have developers or technical resources available if needed?
Lastly, depending on the sensitivity of your data, you may want to add some layers of security to this middleware, like validating the incoming webhooks are indeed from Clickwrap.