Confluence
Confluence
Connect your Confluence data to Airweave
Overview
The Confluence connector allows you to sync data from Confluence into Airweave, making it available for search and retrieval by your agents.
Configuration
ConfluenceSource
Confluence source implementation, retrieving content in a hierarchical fashion.
This connector retrieves data from Confluence to yield the following entities:
- Space
- Page (including child pages as desired)
- Blog Post
- Comment
- Label
- Task
- Whiteboard
- Custom Content
- (Optionally) Database, Folder, etc.
Authentication
This connector uses OAuth 2.0 with refresh token.
You can connect through the Airweave UI, which will guide you through the OAuth flow.
Entities
The following data models are available for this connector:
ConfluenceSpaceEntity
Schema for a Confluence Space.
See: https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-spaces/
ConfluenceBlogPostEntity
Schema for a Confluence Blog Post.
See: https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-blog-posts/
ConfluenceCommentEntity
Schema for a Confluence Comment.
See: https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-comments/
ConfluenceDatabaseEntity
Schema for a Confluence Database object.
See: (the “database” content type in Confluence Cloud).
ConfluenceFolderEntity
Schema for a Confluence Folder object.
See: (the “folder” content type in Confluence Cloud).
ConfluenceLabelEntity
Schema for a Confluence Label object.
See: https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-labels/
ConfluenceTaskEntity
Schema for a Confluence Task object.
For example, tasks extracted from Confluence pages or macros.
ConfluenceWhiteboardEntity
Schema for a Confluence Whiteboard object.
See: (the “whiteboard” content type in Confluence Cloud).
ConfluenceCustomContentEntity
Schema for a Confluence Custom Content object.
See: (the “custom content” type in Confluence Cloud).