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 |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet |
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 | Required parameters for creating connection. | All regions |
Default
Applicable: All regions
Required parameters for creating connection.
Name | Type | Description |
---|---|---|
API Key | securestring | API Key |
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. |