Does have HUBSPOT have webhook endpoints that can receive external data?

Does have HUBSPOT have webhook endpoints that can receive external data?

Hi @RAusten
Thank you for reaching out to the Community!
I’d like to invite some community members who are subject matter experts to join this conversation.
@TomM2 @ArisudanTiwari @HubDoPete - Would you be able to share any insights on this? Your expertise would be greatly appreciated.
Best,
Victor

Hi @RAusten,

At the moment, HubSpot itself doesn’t offer webhook endpoints that can directly receive external data the way webhooks sometimes work in other platforms.

What you might want to try instead is using HubSpot’s API to send data in from your external system. Another option is using a middleware tool like Zapier, Make, or any other API tools.

It isn’t always as plug-and-play as a simple webhook “listener,” but those workarounds do the job for lots of use cases.

Hope this helps.

Hi @Victor_Becerra , thanks for tagging.
@RAusten, HubSpot does not provide webhook endpoints that listen and receive external data directly. For more details on webhooks, you can check this document: Accounts Dashboard | HubSpot

I’ve used the HubSpot API along with middleware (AWS Lambda) to bring external data into HubSpot. You might try a similar approach. Let me know if you need any support. I’m happy to help.