Send data to an endpoint when contact is created or updated

Hello,

we are building an integration between Hubspot and an internal tool, we want Hubspot to send:

  • contact data in case of creation
  • Updated contact data in case of an update

what’s the best way to do this?

Do you recommend using workflows knowing that we have more than 10 properties (fields) to track

It would be great if we can trigger sending data by event (on create/on update)

Thank you

Hi @MraimouB

You can probably manage 10 properties with webhooks in workflows (using re-enrollment to track property updates) but many more than this will probably get cumbersome to manage.

I suggest you try creating an app with webhooks subscribed to contact creation and contact update (with the specific properties you want to track added to the Subscription Details) to send the relevant data to your endpoint.

Hope this helps.