Confluence · AsyncAPI Specification
Confluence Cloud Webhooks
Version 1.0.0
Asynchronous event notifications from Confluence Cloud. Webhooks allow applications to receive real-time notifications when content, spaces, or other entities are created, updated, or deleted in Confluence. Webhooks can be registered through the Confluence UI, REST API, or via Atlassian Connect app descriptors.
View Spec
View on GitHub
CollaborationContent ManagementDocumentationKnowledge BaseWikiAsyncAPIWebhooksEvents
Channels
pageCreated
Channel for page_created events
pageUpdated
Channel for page_updated events
pageRemoved
Channel for page_removed events
pageTrashed
Channel for page_trashed events
pageRestored
Channel for page_restored events
spaceCreated
Channel for space_created events
spaceUpdated
Channel for space_updated events
spaceRemoved
Channel for space_removed events
commentCreated
Channel for comment_created events
commentUpdated
Channel for comment_updated events
commentRemoved
Channel for comment_removed events
attachmentCreated
Channel for attachment_created events
attachmentUpdated
Channel for attachment_updated events
attachmentRemoved
Channel for attachment_removed events
labelCreated
Channel for label_created events
labelRemoved
Channel for label_removed events
blogCreated
Channel for blog_created events
blogUpdated
Channel for blog_updated events
blogRemoved
Channel for blog_removed events
Messages
PageCreated
Page Created
A new page has been created in Confluence.
PageUpdated
Page Updated
An existing page has been updated in Confluence.
PageRemoved
Page Removed
A page has been permanently removed from Confluence.
PageTrashed
Page Trashed
A page has been moved to the trash in Confluence.
PageRestored
Page Restored
A page has been restored from the trash in Confluence.
SpaceCreated
Space Created
A new space has been created in Confluence.
SpaceUpdated
Space Updated
A space has been updated in Confluence.
SpaceRemoved
Space Removed
A space has been removed from Confluence.
CommentCreated
Comment Created
A new comment has been added to a page or blog post.
CommentUpdated
Comment Updated
A comment has been updated on a page or blog post.
CommentRemoved
Comment Removed
A comment has been removed from a page or blog post.
AttachmentCreated
Attachment Created
A file has been attached to a page or blog post.
AttachmentUpdated
Attachment Updated
An attachment has been updated with a new version.
AttachmentRemoved
Attachment Removed
An attachment has been removed from content.
LabelCreated
Label Created
A label has been added to content.
LabelRemoved
Label Removed
A label has been removed from content.
BlogCreated
Blog Post Created
A new blog post has been created in Confluence.
BlogUpdated
Blog Post Updated
A blog post has been updated in Confluence.
BlogRemoved
Blog Post Removed
A blog post has been removed from Confluence.
Servers
https
webhookReceiver
Your application endpoint that receives webhook callbacks from Confluence Cloud. This URL is configured when registering the webhook.