Need to format objectid before sending call via HubSpot app webhook

HubSpot’s update to change object id’s from int32 to int64 has broken a critical integration we have with a third-party api, connected through a HubSpot app, that syncs contact data.

Is there any way to format the data sent from a HubSpot app webhook so that we can customize the objectid data before sending?

Thanks!

Hi, @KSmithIllumine8 :waving_hand: Thanks for your question. At this time, webhooks send data in a predefined format, and there isn’t a built-in feature to customize this data directly within HubSpot before it is sent. If you need this data transformed, you’ll need to look at using an intermediary service or middleware to intercept, process, and then forward the webhook data to your third-party API.

I understand this is not the answer you are looking for. I hope this helps get you moving forward.

Best,

Jaycee