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.
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
Yes, I submitted the form.