Comment Webhook Payload Returns Invalid URLs #2536
Unanswered
ryanrhughes
asked this question in
Ideas and Issue Triage
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In working with the webhooks, I've found that the
comment_createdaction returns a payload like the below. The problem is that the details for the card provided are only this.This seems useful, except that the API turns the card ID into a card number so this evaluates as card number 3 instead of 461, which is actually correct. The URL does the same thing. Following the URL provided will drop you at card number 3.
Ideally the webhook should provide the card number and a URL using that route since that's what the whole system is based on.
I haven't dug deep enough into the code to see where this is happening so I'm logging this for visibility in case someone can get to it before me. :)
Beta Was this translation helpful? Give feedback.
All reactions