Formstack Documents
Automatically populate templates with data from your favorite cloud apps. Never copy & paste again!
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 | Standard | 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 | Standard | 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 | |
---|---|
Name | Formstack Support |
URL | https://support.webmerge.me/hc/en-us |
support@formstack.com |
Connector Metadata | |
---|---|
Publisher | Formstack LLC |
Website | https://www.formstack.com/products/documents |
Privacy policy | https://www.formstack.com/legal/website-privacy-policy |
Categories | Productivity;Sales and CRM |
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 (https://aka.ms/qhhhbd) | string | The API Key for your WebMerge account. | True |
API Secret | securestring | The API secret for your WebMerge account. | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Merge Data Route |
This endpoint merges data into a data route. |
Merge Document |
This endpoint merges data into a document. |
Merge Data Route
This endpoint merges data into a data route.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Pick Data Route
|
id | True | number |
The Data Route ID. |
The fields to send to Formstack Documents
|
fields | True | dynamic |
Returns
- Body
- MergedRoute
Merge Document
This endpoint merges data into a document.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Pick Document
|
id | True | number |
The Document ID to merge. |
The fields to send to Formstack Documents
|
fields | True | dynamic |
Returns
- Body
- MergedDocument
Definitions
MergedDocument
Name | Path | Type | Description |
---|---|---|---|
Success Response
|
success | number |
Will return 1 if the request was a success. |
File Name
|
name | string |
The name of the merged file. |
Merged Document URL
|
url | string |
The temporary URL to the merged document. |
MergedRoute
Name | Path | Type | Description |
---|---|---|---|
Success Response
|
success | number |
Will return 1 if the request was a success. |
Files
|
files | array of File |
The files from the data route. |
File
Name | Path | Type | Description |
---|---|---|---|
File Name
|
name | string |
The name of the file. |
Merged Document URL
|
url | string |
The temporary URL to the merged document. |
Merged Document ID
|
document_id | string |
The ID of the merged document. |