DocFusion365 – SP (Preview)
DocFusion® 365 is a dynamic, cloud-based document composition and automation engine designed to help you manage all of your document content and processes within the Office 365 environment.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
support@aissa.co.za |
Connector Metadata | |
---|---|
Publisher | Assimilated Information Systems |
Website | https://www.aissa.co.za |
Privacy policy | https://www.aissa.co.za/terms-privacy/ |
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
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 |
---|---|---|---|
API Key | securestring | API Key | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Compose a linked template |
This operation composes a template that is linked to a SharePoint list. |
Compose all the linked templates |
This operation composes all templates that are linked to a SharePoint list. |
Get api version |
This operation retrieves the current DocFusion365 API version. |
Get the linked list templates |
This operation retrieves the linked DocFusion365 templates of a SharePoint list. |
Compose a linked template
This operation composes a template that is linked to a SharePoint list.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Site Url
|
siteUrl | True | string |
The site Url the SharePoint list exists in. |
List Name
|
listName | True | string |
The name of the list. |
Template Id
|
TemplateId | True | integer |
The id of the template you want to compose. |
List Item Id
|
listItemId | True | integer |
The id of the item in the list you want to compose against. |
Skip Post Process
|
skipPostProcess | True | boolean |
Use this to ignore all post processes configured. |
Returns
Compose all the linked templates
This operation composes all templates that are linked to a SharePoint list.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Site Url
|
siteUrl | True | string |
The site Url the SharePoint list exists in. |
List Name
|
listName | True | string |
The name of the list. |
List Item Id
|
listItemId | True | integer |
The id of the item in the list you want to compose against. |
Skip Post Process
|
skipPostProcess | True | boolean |
Use this to ignore all post processes configured. |
Returns
Get api version
Get the linked list templates
This operation retrieves the linked DocFusion365 templates of a SharePoint list.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Site Url
|
siteUrl | True | string |
The site Url the SharePoint list exists in. |
List Name
|
listName | True | string |
The name of the list. |
Returns
Definitions
VersionResponse
Name | Path | Type | Description |
---|---|---|---|
Api Version
|
ApiVersion | string |
The version of the api. |
GetLinkedListTemplatesResponse
Name | Path | Type | Description |
---|---|---|---|
Id
|
Id | integer |
The id of the template. |
Display Name
|
DisplayName | string |
The display name of the template. |
Output Format
|
OutputFormat | string |
The output format the template will compose to. |
ComposeLinkedTemplateResponse
Name | Path | Type | Description |
---|---|---|---|
Error
|
Error | string |
The error message displayed if something failed. |
Succeeded
|
Succeeded | boolean |
Did the compose succeed. |
Output Item Url
|
OutputItemUrl | string |
The url of the composed item. |
Log List Url
|
LogListUrl | string |
The url of the compose log. |
List Name
|
ListName | string |
The name of the list that was composed against. |
List Item Id
|
ListItemId | integer |
The id of the item in the list that was composed against. |