APIs & Integrations

rohitgupta1017
Member

Hubspot web hook help

Can some one please guide me how to create target url for webhook subscription:
CloudApp
My goal is to send the updated properties to third party crm

0 Upvotes
1 Reply 1
cbarley
HubSpot Alumni
HubSpot Alumni

Hubspot web hook help

Hi @starkedge, the Webhooks actions from within Developer Accounts will simply send over the JSON representation of a contact, company or deal to the URL when a specific contact, company or deal is updated, created, or deleted. Note - these events are only sent to the webhook URL if the application you set up webhooks for is installed in your account. Normally, people will subscribe to changes on a contact, company or deal, then send the payload to a webhook URL managed by them, format the incoming data to match what the external CRM needs, and then send the newly formatted payload to the external CRM.

The target URL field must be a URL that can receive webhooks. For testing purposes, I use request bin: https://requestbin.fullcontact.com/

0 Upvotes