I need to get advices from developers using Hubspot that when getting the data record of pipeline through API Webhook, How can I do it while body json of Hubspot only give me like this below
Hi @Chou_Hai Thanks for the great question. I think this is a common issue devs run into when working with webhooks. I have a few thoughts, but I’d like to ask some of our community experts first — hey @GiantFocal@MichaelMa@SteveHTM how do you handle this type of issue with webhook payloads? — Jaycee
However, what I need to have more is when this event hs_pipeline_stage changed, Hubspot will send Body Json data to my data hub included “pipeline” in payload to separate that data changed from which one?
Hey, @Chou_Hai Thanks for the details. I double-checked the Webhook docs and there are not any instructions or indication that we can augment the payload. My thought is you’ll need to make some combo of your webhook and API calls to fill in the blanks.