Seismic Livedoc (Preview)
Seismic Livedoc connector provides set of actions required for generating livedocs.
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 | |
---|---|
Name | Seismic |
URL | https://seismic.com |
support@seismic.com |
Connector Metadata | |
---|---|
Publisher | Seismic |
Website | https://seismic.com/ |
Privacy policy | https://seismic.com/privacy-policy/ |
Categories | Marketing;Sales and CRM |
The Seismic Power Automate LiveDoc connector includes Actions related to LiveDoc generation.
Prerequisites
You need a Seismic Business or Premium user account for the tenant.
How to get credentials
You need a Seismic Business or Premium user account for the tenant. Contact your Seismic system administrator if you do not have sufficient permissions.
Get started with your connector
The Seismic Power Automate LiveDoc connector includes the following actions. Each action corresponds to an API endpoint. Refer to the article for each corresponding API endpoint for further information on the fields and properties associated with the action.
- Get the list of inputs for a LiveDoc
- Generate a LiveDoc
- Get status of LiveDoc generation
- Download a particular output from a Livedoc generation
Known issues and limitations
No issues and limitations are known at this time.
Common errors and remedies
Refer to the Errors page on the Seismic Developer Portal for information on common errors.
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Download a particular output from a Livedoc generation |
This is where you can download a particular generated output such as a PPTX, DOCX, PDF, or XLSX. |
Generate a Live |
This is where you start a generation, with all the necessary options. Each of the desired outputs must be specified in the 'outputs' array. |
Get status of Live |
This is where you get the status for a generation process. |
Get the list of inputs for a Live |
Gets the list of adHoc inputs required to generate a LiveDoc. |
Download a particular output from a Livedoc generation
This is where you can download a particular generated output such as a PPTX, DOCX, PDF, or XLSX.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Generated Livedoc Id
|
generatedLivedocId | True | string |
Generated Livedoc Id |
Output Id
|
outputId | True | string |
Output Id |
Optional query parameter. Accepts true or false.
|
redirect | boolean |
Optional query parameter. Accepts true or false, defaults to true. |
Returns
Generate a LiveDoc
This is where you start a generation, with all the necessary options. Each of the desired outputs must be specified in the 'outputs' array.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Library Content Version Id
|
libraryContentVersionId | True | string |
Library Content Version Id |
adHocInputs
|
adHocInputs | object | ||
format
|
format | True | string | |
name
|
name | string | ||
fileName
|
fileName | string | ||
imageDpi
|
imageDpi | integer | ||
clearNotes
|
clearNotes | boolean | ||
imageDpi
|
imageDpi | integer | ||
layout
|
layout | string | ||
compatibility
|
compatibility | string | ||
openPassword
|
openPassword | string | ||
ownerPassword
|
ownerPassword | string | ||
ownerOptions
|
ownerOptions | string |
Pdf permission which is showing on Live Form |
|
datasource
|
datasource | True | string |
Excel model datasource name |
Returns
Get status of LiveDoc generation
This is where you get the status for a generation process.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Generated Livedoc Id
|
generatedLivedocId | True | string |
Generated Livedoc Id |
Returns
Get the list of inputs for a LiveDoc
Gets the list of adHoc inputs required to generate a LiveDoc.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Library Content Version Id
|
libraryContentVersionId | True | string |
Library Content Version Id |
Returns
Definitions
Seismic.LiveDocs.ResponseModels.FormOutput
Name | Path | Type | Description |
---|---|---|---|
Output Format
|
format | string | |
Output Name
|
name | string | |
pptxOptions
|
pptxOptions | ||
docxOptions
|
docxOptions | ||
pdfOptions
|
pdfOptions | ||
xlsxOptions
|
xlsxOptions |
Seismic.LiveDocs.DownloadLocationResp
Name | Path | Type | Description |
---|---|---|---|
downloadUrl
|
downloadUrl | string |
Seismic.LiveDocs.AdhocInputResp
Name | Path | Type | Description |
---|---|---|---|
Adhoc Input Id
|
id | string | |
Adhoc Input Name
|
name | string | |
Adhoc Input Format
|
format | string | |
Adhoc Input Type
|
type | string | |
Adhoc Input Columns
|
columns | array of Seismic.LiveDocs.AdhocInputResp |
Seismic.LiveDocs.FormOutputResp
Name | Path | Type | Description |
---|---|---|---|
Form Id
|
id | string | |
Form Is Default
|
isDefault | boolean | |
Form Name
|
name | string | |
Form Outputs
|
outputs | array of Seismic.LiveDocs.ResponseModels.FormOutput |
Seismic.LiveDocs.LiveDocGenOutputResultResp
Name | Path | Type | Description |
---|---|---|---|
Output Id
|
id | string | |
Output Status
|
status | Seismic.LiveDocs.LiveDocGenStatusResp | |
Output Format
|
format | string | |
Output Name
|
name | string | |
Output File Name
|
fileName | string |
Seismic.LiveDocs.LiveDocGenResultResp
Name | Path | Type | Description |
---|---|---|---|
Livedoc Id
|
id | string | |
outputs
|
outputs | array of Seismic.LiveDocs.LiveDocGenOutputResultResp |
Seismic.LiveDocs.LiveDocGenStatusResp
- Output Status
- string
Seismic.LiveDocs.LiveDocGenSuccinctResultResp
Name | Path | Type | Description |
---|---|---|---|
generatedLivedocId
|
generatedLivedocId | string |
Seismic.LiveDocs.LiveDocVersionResp
Name | Path | Type | Description |
---|---|---|---|
forms
|
forms | array of Seismic.LiveDocs.FormOutputResp | |
adhocInputs
|
adhocInputs | array of Seismic.LiveDocs.AdhocInputResp |