We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Jun 6, 2021 7:38 AM
I might be missing something, I have went through the docs, I am not sure how I understand which of the Hubspot accounts that installed my app is the account that triggered the webhook?
I looked under "Webhooks payloads" in these docs
Thanks
Solved! Go to Solution.
Jun 7, 2021 9:33 AM
@zigi , if you scroll down to the sample webhook payload, you will see portalId in the returned json objects
example:
{
"objectId": 1246965,
"propertyName": "lifecyclestage",
"propertyValue": "subscriber",
"changeSource": "ACADEMY",
"eventId": 3816279340,
"subscriptionId": 25,
"portalId": 33,
"appId": 1160452,
"occurredAt": 1462216307945,
"subscriptionType":"contact.propertyChange",
"attemptNumber": 0
}
![]() | Make sure to subscribe to our YouTube channel where you can find the HubSpot Community Developer Show |
Jun 7, 2021 9:33 AM
@zigi , if you scroll down to the sample webhook payload, you will see portalId in the returned json objects
example:
{
"objectId": 1246965,
"propertyName": "lifecyclestage",
"propertyValue": "subscriber",
"changeSource": "ACADEMY",
"eventId": 3816279340,
"subscriptionId": 25,
"portalId": 33,
"appId": 1160452,
"occurredAt": 1462216307945,
"subscriptionType":"contact.propertyChange",
"attemptNumber": 0
}
![]() | Make sure to subscribe to our YouTube channel where you can find the HubSpot Community Developer Show |