Seismic Workspace (Preview)

The Seismic workspace connector includes actions related to adding, updating, deleting, and downloading workspace content.

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
Email 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 workspace connector includes actions related to adding, updating, deleting, and downloading workspace content.

Prerequisites

You need a Seismic Business or Premium user account for the tenant.

How to get credentials

You need a Seismic Premium or business 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 Workspace 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.

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

Add a comment on an item

Add a comment on an item

Add a File

Adds a new file to the Seismic workspace.

Add a folder

Adds a new subfolder to a specified workspace folder

Add a member to content

Add a member to a folder or file

Add a reply on comment

Add a reply on comment

Copy a File

Copies a file to a specified target folder.

Copy a folder

Copies a folder to a specified target folder.

Copy a Url

Copies a Url to a specified target folder.

Copy an Item

Copies a item to a specified target folder.

Create a Url

Adds a new URL content item to the workspace.

Create or get a contextual workspace folder

Creates a contextual folder or gets the workspaceContentId for a contextual folder if it already exists.

Delete a comment on an item

Delete a comment on an item

Delete a file

Deletes a Workspace file.

Delete a folder

Deletes a Workspace folder.

Delete a reply to a comment

Delete a reply to a comment

Delete a Url

Delete a url from workspace.

Delete an Item

Delete an item from workspace.

Download a file

Downloads the binary contents of a workspace content.

Get a Url

Get the basic information about a url in workspace.

Get an Item's metadata

Get the basic information about an item in workspace.

Get custom file properties

Get custom properties of workspace file which added from doccenter

Get file information

Gets the basic information about a file in workspace.

Get information about a folder

Gets the basic information about a folder in workspace.

Get list of items in a folder

Get list of items in a folder.

Get the comments on a item

Get the comments on an item along with any replies and annotations.

Get the list of members on an item

Gets a full list of members on an item

Remove a member from content

Delete a user for a folder or file

Resolve a comment

Resolve a comment

Transfers the owner of content to a collaborator

Transfer the owner of content to a collaborator

Update a folder

This endpoint can be used to move or rename a folder.

Update an Item

This endpoint can be used to move or rename an item.

Update File metadata

This endpoint can be used to move or rename a file.

Update Url metadata

This endpoint can be used to move or rename a url.

Upload a new file version

Adds a new version of an existing workspace file.

Add a comment on an item

Add a comment on an item

Parameters

Name Key Required Type Description
Space Id
spaceId True string

Space Id

Workspace Content Id
workspaceContentId True string

Workspace Content Id

Workspace Version Id
workspaceVersionId True string

Workspace Content Version Id

Text
text string
type
type string
Page
page integer
Color
color string

Enter color hex code

x
x double
y
y double

Returns

Add a File

Adds a new file to the Seismic workspace.

Parameters

Name Key Required Type Description
Metadata
metadata string

Json Object with 'name', 'parentFolderId' and 'format' like 'ppt' or 'doc'. Example: {"name" : "Big Presentation", "parentFolderId" : "root", "format": "ppt"}

Content
content file

Only text file supported here, Add any strings to create file.

Returns

Add a folder

Adds a new subfolder to a specified workspace folder

Parameters

Name Key Required Type Description
Name
name string
Parent Folder Id
parentFolderId string

Returns

Add a member to content

Add a member to a folder or file

Parameters

Name Key Required Type Description
Workspace Content Id
workspaceContentId True string

Workspace Content Id

Id
id string

Id

Role
role string

role

Returns

Collaborator Response
CollaboratorResponse

Add a reply on comment

Add a reply on comment

Parameters

Name Key Required Type Description
Space Id
spaceId True string

Space Id

Workspace Content Id
workspaceContentId True string

Workspace Content Id

Workspace Version Id
workspaceVersionId True string

Workspace Content Version Id

Comment Id
commentId True string

Comment Id

Text
text string

Returns

Copy a File

Copies a file to a specified target folder.

Parameters

Name Key Required Type Description
Workspace Content Id
workspaceContentId True string

Workspace Content Id

Parent Folder Id
parentFolderId string

Returns

Copy a folder

Copies a folder to a specified target folder.

Parameters

Name Key Required Type Description
Workspace Folder Id
workspaceFolderId True string

Workspace Folder Id

Parent Folder Id
parentFolderId string

Returns

Copy a Url

Copies a Url to a specified target folder.

Parameters

Name Key Required Type Description
Workspace Content Id
workspaceContentId True string

Workspace Content Id

Parent Folder Id
parentFolderId string

Returns

Copy an Item

Copies a item to a specified target folder.

Parameters

Name Key Required Type Description
Workspace Content Id
workspaceContentId True string

Workspace Content Id

Parent Folder Id
parentFolderId string

Returns

Create a Url

Adds a new URL content item to the workspace.

Parameters

Name Key Required Type Description
Open In New Window
openInNewWindow boolean

Open in new Window

Url
url string
Name
name string
Parent Folder Id
parentFolderId string

Returns

Create or get a contextual workspace folder

Creates a contextual folder or gets the workspaceContentId for a contextual folder if it already exists.

Parameters

Name Key Required Type Description
Name
name string

The name of the folder you would like to create.

System Type
systemType string

This is typically one of the following: Salesforce, MicrosoftDynamicCRM, Sugar, Oracle. But there are no restrictions and any string can be used to specify a new system type for custom applications.

Context Type
contextType string

This is the singular form of the context such as "Opportunity" or "Account"

Context Type Plural
contextTypePlural string

This is the plural form of the context such as "Opportunities" or "Accounts"

Context Id
contextId string

The ID of the record in the external system. For Salesforce we use 18 character record IDs. For Dynamics we use the record GUID . For Oracle we use the record number such as 3002.

Returns

Delete a comment on an item

Delete a comment on an item

Parameters

Name Key Required Type Description
Space Id
spaceId True string

Space Id

Workspace Content Id
workspaceContentId True string

Workspace Content Id

Workspace Content Version Id
workspaceVersionId True string

Workspace Content Version Id

Comment Id
commentId True string

Comment Id

Delete a file

Deletes a Workspace file.

Parameters

Name Key Required Type Description
Workspace Content Id
workspaceContentId True string

Workspace Content Id

Delete a folder

Deletes a Workspace folder.

Parameters

Name Key Required Type Description
Workspace Folder Id
workspaceFolderId True string

Id of the folder.

Delete a reply to a comment

Delete a reply to a comment

Parameters

Name Key Required Type Description
Space Id
spaceId True string

Space Id

Workspace Content Id
workspaceContentId True string

Workspace Content Id

Workspace Content Version Id
workspaceVersionId True string

Workspace Content Version Id

Comment Id
commentId True string

Comment Id

Reply Id
replyId True string

reply Id

Delete a Url

Delete a url from workspace.

Parameters

Name Key Required Type Description
Workspace Content Id
workspaceContentId True string

Workspace Content Id

Delete an Item

Delete an item from workspace.

Parameters

Name Key Required Type Description
Workspace Content Id
workspaceContentId True string

Workspace Content Id

Download a file

Downloads the binary contents of a workspace content.

Parameters

Name Key Required Type Description
Workspace Content Id
workspaceContentId True string

Workspace Content Id

Redirect
redirect boolean

Optional query parameter. Accepts true or false, defaults to true. If true then response is a 302 redirect to download url, else a 200 response with download location in response body.

Returns

Get a Url

Get the basic information about a url in workspace.

Parameters

Name Key Required Type Description
Workspace Content Id
workspaceContentId True string

Workspace Content Id

Returns

Get an Item's metadata

Get the basic information about an item in workspace.

Parameters

Name Key Required Type Description
Workspace Content Id
workspaceContentId True string

Workspace Content Id

Returns

Get custom file properties

Get custom properties of workspace file which added from doccenter

Parameters

Name Key Required Type Description
File Id
fileId True string

File Id

Include Invisibled in DC
includeInvisibledInDC boolean

Include Invisibled in DC

Get file information

Gets the basic information about a file in workspace.

Parameters

Name Key Required Type Description
Workspace Content Id
workspaceContentId True string

WorkspaceContentId

Returns

Get information about a folder

Gets the basic information about a folder in workspace.

Parameters

Name Key Required Type Description
Workspace Folder Id
workspaceFolderId True string

Id of the folder. Use "root" for the root folder.

Returns

Get list of items in a folder

Get list of items in a folder.

Parameters

Name Key Required Type Description
Workspace Folder Id
workspaceFolderId True string

Id of the folder. Use "root" for the root folder.

Returns

Get the comments on a item

Get the comments on an item along with any replies and annotations.

Parameters

Name Key Required Type Description
Workspace Content Id
workspaceContentId True string

Workspace Content Id

Space Id
spaceId True string

space Id

Version Id
versionId string

Workspace Content Version Id

Offset
offset integer

offset

Limit
limit integer

limit

Returns

Get the list of members on an item

Gets a full list of members on an item

Parameters

Name Key Required Type Description
Workspace Content Id
workspaceContentId True string

workspace item id

Returns

Remove a member from content

Delete a user for a folder or file

Parameters

Name Key Required Type Description
Workspace Content Id
workspaceContentId True string

Workspace Content Id

Workspace Member Id
memberId True string

Workspace Member Id

Resolve a comment

Resolve a comment

Parameters

Name Key Required Type Description
Space Id
spaceId True string

Space Id

Workspace Content Id
workspaceContentId True string

Workspace Content Id

Workspace Content Version Id
workspaceVersionId True string

Workspace Content Version Id

Comment Id
commentId True string

Comment Id

Transfers the owner of content to a collaborator

Transfer the owner of content to a collaborator

Parameters

Name Key Required Type Description
WorkSpace Content Id
workspaceContentId True string

Workspace Content Id

ownerId
ownerId string

Update a folder

This endpoint can be used to move or rename a folder.

Parameters

Name Key Required Type Description
Workspace Folder Id
workspaceFolderId True string

Id of the folder.

Name
name string
Parent Folder Id
parentFolderId string

Returns

Update an Item

This endpoint can be used to move or rename an item.

Parameters

Name Key Required Type Description
Workspace Content Id
workspaceContentId True string

Workspace Content Id

name
name string
Parent Folder Id
parentFolderId string

Returns

Update File metadata

This endpoint can be used to move or rename a file.

Parameters

Name Key Required Type Description
Workspace Content Id
workspaceContentId True string

workspace Content Id

Name
name string
Parent Folder Id
parentFolderId string

Returns

Update Url metadata

This endpoint can be used to move or rename a url.

Parameters

Name Key Required Type Description
Workspace Content Id
workspaceContentId True string

Workspace Content Id

Name
name string
Parent Folder Id
parentFolderId string
Url
url string

Returns

Upload a new file version

Adds a new version of an existing workspace file.

Parameters

Name Key Required Type Description
Workspace Content Id
workspaceContentId True string

workspace Content Id

Content
content file

Only text file supported here, Add any strings to create file.

Returns

Definitions

Seismic.PublicIntegrationApi.OriginApiClient.Models.ContentManager.PointServiceModel

Name Path Type Description
x
x double
y
y double

Seismic.Paging.WorkspaceComment.WorkspaceComment

Name Path Type Description
entries
entries array of Seismic.WorkspaceComments.WorkspaceComment
Total Count
totalCount integer
Page Cap
pageCap integer
Limit
limit integer
Offset
offset integer
Continuation Token
continuationToken string
Next Page Link
nextPageLink string

Seismic.Common.DownloadLocationResp

Name Path Type Description
Download Url
downloadUrl string

Seismic.Common.WorkSpaceContentManager.WsItemResp

Name Path Type Description
Item Count
itemCount integer
items
items array of Seismic.WorkSpaceContentManager.WsItemResp

Seismic.Common.User.Created

Name Path Type Description
Id
id string
User name
username string
Email
email string
First Name
firstName string
Last Name
lastName string
Full Name
fullName string
Photo Id
photoId string
Photo Url
photoUrl string
Is Deleted
isDeleted boolean

Seismic.LibraryCommenting.AnnotationType

Seismic.WorkSpaceContentManager.ApplicationUrl

Name Path Type Description
Name
name string
Url
url string

Seismic.WorkSpaceContentManager.ContentClass

Name Path Type Description
repository
repository string
Name
name string
Type
type string
Id
id string
Version Id
versionId string
Format
format string

Seismic.WorkSpaceContentManager.ItemType

Seismic.WorkSpaceContentManager.User.Modified

Name Path Type Description
Id
id string

Seismic.WorkSpaceContentManager.User.Created

Name Path Type Description
Id
id string

Seismic.WorkSpaceContentManager.WsDeliveryOption

Name Path Type Description
Id
id string

Seismic.WorkSpaceContentManager.WsFileResp

Name Path Type Description
Id
id string

File Id

type
type Seismic.WorkSpaceContentManager.ItemType
Repository
repository string
Resource Url
resourceUrl string
Size
size integer
Delivery Options
deliveryOptions array of Seismic.WorkSpaceContentManager.WsDeliveryOption
Version Id
versionId string
Application Url
applicationUrls array of Seismic.WorkSpaceContentManager.ApplicationUrl
Created At
createdAt date-time
Created By User
createdBy Seismic.WorkSpaceContentManager.User.Created
Modified At
modifiedAt date-time
Modified By User
modifiedBy Seismic.WorkSpaceContentManager.User.Modified
Is Contextual Content
isContextualContent boolean
Icon Url
iconUrl uri
Format
format string
Name
name string
Parent Folder Id
parentFolderId string

Seismic.WorkSpaceContentManager.WsFolderRespForAddAPI

Name Path Type Description
Id
id string

Folder Id

type
type Seismic.WorkSpaceContentManager.ItemType
Repository
repository string
Resource Url
resourceUrl string
Application Urls
applicationUrls array of Seismic.WorkSpaceContentManager.ApplicationUrl
Created At
createdAt date-time
Created By User
createdBy Seismic.WorkSpaceContentManager.User.Created
Modified At
modifiedAt date-time
Modified By User
modifiedBy Seismic.WorkSpaceContentManager.User.Modified
Is Contextual Content
isContextualContent boolean
Icon Url
iconUrl uri
Format
format string
Name
name string
Parent Folder Id
parentFolderId string

Seismic.WorkSpaceContentManager.WsItemResp

Name Path Type Description
url
url Seismic.WorkSpaceContentManager.WsUrlInfoResp
Id
id string

Item Id

type
type Seismic.WorkSpaceContentManager.ItemType
Repository
repository string
Resource Url
resourceUrl string
Size
size integer
Delivery Options
deliveryOptions array of Seismic.WorkSpaceContentManager.WsDeliveryOption
Version Id
versionId string
Application Url
applicationUrls array of Seismic.WorkSpaceContentManager.ApplicationUrl
Created At
createdAt date-time
Created By User
createdBy Seismic.WorkSpaceContentManager.User.Created
Modified At
modifiedAt date-time
Modified By User
modifiedBy Seismic.WorkSpaceContentManager.User.Modified
Is Contextual Content
isContextualContent boolean
Icon Url
iconUrl uri
Format
format string
Name
name string
Parent Folder Id
parentFolderId string

Seismic.WorkSpaceContentManager.WsUrlInfoResp

Name Path Type Description
Url
url string

Seismic.WorkSpaceContentManager.WsUrlResp

Name Path Type Description
url
url Seismic.WorkSpaceContentManager.WsUrlInfoResp
Id
id string

Url Id

type
type Seismic.WorkSpaceContentManager.ItemType
Repository
repository string
Resource Url
resourceUrl string
Size
size integer
Delivery Options
deliveryOptions array of Seismic.WorkSpaceContentManager.WsDeliveryOption
Version Id
versionId string
Application Url
applicationUrls array of Seismic.WorkSpaceContentManager.ApplicationUrl
Created At
createdAt date-time
Created By User
createdBy Seismic.WorkSpaceContentManager.User.Created
Modified At
modifiedAt date-time
Modified By User
modifiedBy Seismic.WorkSpaceContentManager.User.Modified
Is Contextual Content
isContextualContent boolean
Icon Url
iconUrl uri
Format
format string
Name
name string
Parent Folder Id
parentFolderId string

Seismic.WorkSpaceContentManager.WsUrlRespForGetAPI

Name Path Type Description
url
url Seismic.WorkSpaceContentManager.WsUrlInfoResp
Id
id string

Url Id

type
type Seismic.WorkSpaceContentManager.ItemType
Repository
repository string
Resource Url
resourceUrl string
Size
size integer
Delivery Options
deliveryOptions array of Seismic.WorkSpaceContentManager.WsDeliveryOption
Version Id
versionId string
Application Url
applicationUrls array of Seismic.WorkSpaceContentManager.ApplicationUrl
Created At
createdAt date-time
Created By User
createdBy Seismic.WorkSpaceContentManager.User.Created
Modified At
modifiedAt date-time
Modified By User
modifiedBy Seismic.WorkSpaceContentManager.User.Modified
Is Contextual Content
isContextualContent boolean
Icon Url
iconUrl uri
Format
format string
Name
name string
Parent Folder Id
parentFolderId string

Seismic.WorkspaceComments.Annotation

Name Path Type Description
Id
id string
type
type Seismic.LibraryCommenting.AnnotationType
Page
page integer
Color
color string
Points
points array of Seismic.PublicIntegrationApi.OriginApiClient.Models.ContentManager.PointServiceModel

Seismic.WorkspaceComments.PointInfo

Name Path Type Description
x
x double
y
y double

Seismic.WorkspaceComments.WorkspaceAddCommentResponse

Name Path Type Description
Annotation
annotation Seismic.WorkspaceComments.Annotation
Comment Id
id string
Created At
createdAt string
Text
text string
Is Resolved
isResolved boolean
Workspace Content
content Seismic.WorkspaceComments.WorkspaceContent
Created By User
createdBy Seismic.Common.User.Created

Seismic.WorkspaceComments.WorkspaceAnnotation

Name Path Type Description
type
type Seismic.LibraryCommenting.AnnotationType
Page
page integer
Points
points array of Seismic.WorkspaceComments.PointInfo
Color
color string
Timestamp
timestamp double

Seismic.WorkspaceComments.WorkspaceComment

Name Path Type Description
Comment Id
id string
Workspace Content
content Seismic.WorkSpaceContentManager.ContentClass
Created At
createdAt date-time
Created By User
createdBy Seismic.Common.User.Created
Text
text string
Is Resolved
isResolved boolean
Annotation
annotation Seismic.WorkspaceComments.WorkspaceAnnotation
Replies
replies array of Seismic.WorkspaceComments.WorkspaceCommentReply

Seismic.WorkspaceComments.WorkspaceCommentReply

Name Path Type Description
Id
id string
Created At
createdAt date-time
Created By User
createdBy Seismic.Common.User.Created
Text
text string
Is Resolved
isResolved boolean

Seismic.WorkspaceComments.WorkspaceContent

Name Path Type Description
Id
id string
Version Id
versionId string
Format
format string
Repository
repository string
Name
name string
type
type Seismic.WorkSpaceContentManager.ItemType

Seismic.WorkspacePermissionsAndSharing.WorkspaceMemberResponse

Name Path Type Description
Id
id string
Name
name string
Email
email string
Role
role string
Created At
createdAt date-time

Seismic.WorkspaceComments.WorkspaceReplyCommentResponse

Name Path Type Description
Reply Id
id string
Created At
createdAt string
Created By User
createdBy Seismic.Common.User.Created
Text
text string
Comment Id
commentId string
Workspace Content
content Seismic.WorkspaceComments.WorkspaceContent

CollaboratorResponse

Name Path Type Description
Id
id string

Collaborator Id

Name
name string

Collaborator Name

Email
email string

Collaborator Email

Role
role string

Collaborator Role

Created At
createdAt date-time

Date of addition for Collaborator