HI
I am trying to register webhook in Confluence Server by using the below-mentioned URL
https://docs.atlassian.com/ConfluenceServer/rest/7.5.1/#api/webhooks-createWebhook 3
But the API throws an error “message”: “Webhooks are not yet supported” along with status- code 501
So is there any other way to register a webhook in the confluence server that maybe through Addon or plugin.
Can anyone help me with this?
Regards,
Kuldeep K
I'm excited to announce that webhooks will be available in Confluence 7.7.0 for Server and Data Center.
Registering a webhook can be done through the UI or using the REST API.
You can check it out right now in the Confluence 7.7 Beta, or take a look at the documentation:
My apologies for the confusion caused by the REST docs being published too early.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @webmethods-integration and @Davin Studer ,
According to the below feature request webhooks are not available in Confluence Server but we are already working on this:
Therefore, I am not sure if the documentation for the REST API endpoints to manage Webhooks was added intentionally for something that is coming in the close future or if it was mistakenly added too soon.
I have contacted DEV in order to get some clarity on this topic. I will forward their answer as soon as I will get anything back.
Also, since this was part of the original question, I have to mention that there is the below app (and possibly more) available in our marketplace that provides this fucntionality:
Cheers,
Dario
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Calling the endpoint already gives a hint by returning error 501 (not implemented) rather than 404 (not found):
{
"statusCode": 501,
"data": {
"authorized": false,
"valid": true,
"allowedInReadOnlyMode": true,
"errors": [],
"successful": false
},
"message": "Webhooks are not yet supported",
"reason": "Not Implemented"
}
So, I believe the status of [CONFSERVER-52487] Webhooks for Confluence is correct and we just added the documentation too early.
Still waiting for DEV to get back to me on this.
Cheers,
Dario
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I got confirmation from DEV this is the case:
Webhooks REST API is disabled until we assure that it works as intended (security, performances, etc) and finish the UI for it. It’s in progress and we look at shipping it in next releases. It’s not ready to be used in production yet.
Have a nice weekend.
Dario
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That is odd that it shows up in the API documentation. I wonder if it is a place holder for future functionality.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your response.
So I can't Register Webhook in Confluence server by REST API or through app descriptor file that is available in addon
Regards,
Kuldeep K
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've not found a way to do it. I even have 7.6 install on my test server and it doesn't work there either.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.