APIs & Integrations

pholm
Member

Webhook testing appId is off

SOLVE

Hello,

When using this test feature in "webhook subscription details" sidebar, I noticed the appId of the sent request does not match the JSON (or my app).

Here is the JSON the panel describes:

{
"appId": 3214103,
"eventId": 100,
"subscriptionId": 3270460,
"portalId": 144516235,
"occurredAt": 1741176189322,
"subscriptionType": "object.creation",
"attemptNumber": 0,
"objectId": 123,
"changeSource": "CRM",
"objectTypeId": "0-1",
"changeFlag": "NEW"
}

And the body I get in the webhook:

{
appId: 123,
eventId: 100,
subscriptionId: 3270460,
portalId: 144516235,
occurredAt: 1741176189322,
subscriptionType: 'object.creation',
attemptNumber: 0,
objectId: 123,
changeSource: 'CRM',
objectTypeId: '0-1',
changeFlag: 'NEW'
}

This is problematic, as the sidebar clearly says the sent event will be identical to the one shown. 

0 Upvotes
1 Accepted solution
Jaycee_Lewis
Solution
Community Manager
Community Manager

Webhook testing appId is off

SOLVE

Hey, @pholm 👋 Thanks for your question. If you believe you have discovered a bug, and you can consistently reproduce it, can you submit your feedback to this form, please? It's not a form to get 1-1 support, but it is a form to submit developer-related product and get it in front of the right folks. 

 

Talk soon! — Jaycee


Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !

View solution in original post

0 Upvotes
2 Replies 2
Jaycee_Lewis
Solution
Community Manager
Community Manager

Webhook testing appId is off

SOLVE

Hey, @pholm 👋 Thanks for your question. If you believe you have discovered a bug, and you can consistently reproduce it, can you submit your feedback to this form, please? It's not a form to get 1-1 support, but it is a form to submit developer-related product and get it in front of the right folks. 

 

Talk soon! — Jaycee


Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !
0 Upvotes
pholm
Member

Webhook testing appId is off

SOLVE

Yes, I submitted the form.

0 Upvotes