Confluence (Preview)

Confluence is your connected workspace, designed for collaboration and built to last
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Copilot Studio | Standard | All Power Automate regions except the following: - China Cloud operated by 21Vianet |
Logic Apps | Standard | All Logic Apps regions except the following: - Azure China regions |
Power Apps | Standard | All Power Apps regions except the following: - China Cloud operated by 21Vianet |
Power Automate | Standard | All Power Automate regions except the following: - China Cloud operated by 21Vianet |
Contact | |
---|---|
Name | Microsoft |
URL | Microsoft LogicApps Support Microsoft Power Automate Support Microsoft Power Apps Support |
Connector Metadata | |
---|---|
Publisher | Microsoft |
Website | https://www.atlassian.com/software/confluence |
Creating a connection
The connector supports the following authentication types:
Log in with your Confluence account | Log in with your Confluence account | All regions | Shareable |
Default [DEPRECATED] | This option is only for older connections without an explicit authentication type, and is only provided for backward compatibility. | All regions | Not shareable |
Log in with your Confluence account
Auth ID: OAuth
Applicable: All regions
Log in with your Confluence account
This is shareable connection. If the power app is shared with another user, connection is shared as well. For more information, please see the Connectors overview for canvas apps - Power Apps | Microsoft Docs
Default [DEPRECATED]
Applicable: All regions
This option is only for older connections without an explicit authentication type, and is only provided for backward compatibility.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
This is a a dummy placeholder needed for MCS UI widget bug. Any auth changes should be made in connectionParameterSets | string | This is a a dummy placeholder needed for MCS UI widget bug. Any auth changes should be made in connectionParameterSets |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Get page content and metadata (Preview) |
Returns page content and relevant metadata |
Get pages (Preview) |
Returns all pages on user's website |
Get pages within a space (Preview) |
Returns all pages under the specified space |
Get spaces (Preview) |
Returns all spaces on user's website |
Get page content and metadata (Preview)
Returns page content and relevant metadata
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Confluence Website
|
cloudId | True | string |
Choose a website |
Confluence Space
|
spaceId | True | string |
Choose a space |
Confluence page
|
pageId | True | string |
Choose a page |
Returns
List of pages in the specified website
- Get pages result
- GetPagesResponse
Get pages (Preview)
Returns all pages on user's website
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Confluence Website
|
cloudId | True | string |
Choose a website |
Returns
List of pages in the specified website
- Get pages result
- GetPagesResponse
Get pages within a space (Preview)
Returns all pages under the specified space
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Confluence Website
|
cloudId | True | string |
Choose a website |
Confluence Space
|
spaceId | True | string |
Choose a space |
Returns
List of pages in the specified website
- Get pages result
- GetPagesResponse
Get spaces (Preview)
Returns all spaces on user's website
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Confluence Website
|
cloudId | True | string |
Choose a website |
Returns
List of spaces in the specified website
- Get spaces result
- GetSpacesResponse
Definitions
GetSpacesResponse
List of spaces in the specified website
Name | Path | Type | Description |
---|---|---|---|
Spaces
|
value | array of object |
List of spaces |
Space Id
|
value.id | string |
Unique ID of the space. |
Space name
|
value.name | string |
Name of the space. |
Space type
|
value.type | string |
Type of space. |
GetPagesResponse
List of pages in the specified website
Name | Path | Type | Description |
---|---|---|---|
Pages
|
value | array of object |
List of pages |
Page Id
|
value.id | string |
Unique ID of the page. |
Page title
|
value.title | string |
Title of the page. |
Space id
|
value.spaceId | string |
Id of the space the page belongs to |
Page Status
|
value.status | string |
Status of the page. |
Content representation
|
value.body.storage.representation | string |
Representation format of the content |
Content of the page
|
value.body.storage.value | string |
Content of the page |