Are webhooks available to add-ons in Confluence Server

Are web hooks available in confluence server? They can be registered through the descriptor file in cloud, and through the REST API in JIRA, but I cannot find a way to register a web hook for my plugin in Confluence server. Is this possible?

Hi @jan.revis,

There’s a request for this: [CONFSERVER-52487] Webhooks for Confluence - Create and track feature requests for Atlassian products. .

Thanks!

Cheers,
Anne Calantog

2 Likes

Hi,

Can you achieve this using EventListener ?
Normally we use webhook for Cloud and EventListener for server add-on.

Reference: https://developer.atlassian.com/confdev/confluence-plugin-guide/confluence-plugin-module-types/event-listener-module/annotation-based-event-listener-example