I need to execute a http request when a pull request in created in Bitbucket DC. The request will be received by an external application.
This can be done with the webhooks feature but I do not see any way to define a custom json payload. Bitbucket will always send it's own predefined JSON. Is that correct?
If that's really the case the only way to use the webhooks is when your target application expects that exact format?
I don't think you can customize the payload.
Instead you could try one of these:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.