APIs & Integrations

TBayouth
メンバー

Trying to get custom properties of a deal via webhook payload

解決

Where can I get a sample of what is included in the webhook payload? And can I modify that payload?

 

We have custom properties in the "deals" object that we are trying to get included when a specific custom property is changed.

 

So we have 2 custom properties. When property A changes we want to send property A and property B to our webhook URL so we can match these two elements together on our end.

 

Any help here is much appreciated!

0 いいね!
1件の承認済みベストアンサー
dennisedson
解決策
HubSpot製品開発チーム
HubSpot製品開発チーム

Trying to get custom properties of a deal via webhook payload

解決

@TBayouth 

You can see an example of the webhooks payload here.
To get prop b, you would need to make a call to the deal record and request for that specific property. 

元の投稿で解決策を見る

0 いいね!
1件の返信
dennisedson
解決策
HubSpot製品開発チーム
HubSpot製品開発チーム

Trying to get custom properties of a deal via webhook payload

解決

@TBayouth 

You can see an example of the webhooks payload here.
To get prop b, you would need to make a call to the deal record and request for that specific property. 

0 いいね!