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 |
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.
You need a Seismic Business or Premium user account for the tenant.
You need a Seismic Premium or business user account for the tenant. Contact your Seismic system administrator if you do not have sufficient permissions.
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.
- Add a comment on an item
- Add a File
- Add a folder
- Add a reply on comment
- Copy a File
- Copy a folder
- Copy a Url
- Copy an Item
- Create a Url
- Create or get a contextual workspace folder
- Delete a comment on an item
- Delete a file
- Delete a folder
- Delete a reply to a comment
- Delete a Url
- Delete an item
- Download a file
- Get a Url
- Get an Item's metadata
- Get file information
- Get information about a folder
- Get list of items in a folder
- Get the comments on a item
- Get the list of members on an item
- Resolve a comment
- Update a folder
- Update an Item
- Update File metadata
- Update Url metadata
- Upload a new file version
No issues and limitations are known at this time.
Refer to the Errors page on the Seismic Developer Portal for information on common errors.
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
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
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
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
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 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
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
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
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
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
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
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
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
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 |
Deletes a Workspace file.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Workspace Content Id
|
workspaceContentId | True | string |
Workspace Content Id |
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
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 from workspace.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Workspace Content Id
|
workspaceContentId | True | string |
Workspace Content Id |
Delete an item from workspace.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Workspace Content Id
|
workspaceContentId | True | string |
Workspace Content Id |
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 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 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 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 |
Gets the basic information about a file in workspace.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Workspace Content Id
|
workspaceContentId | True | string |
WorkspaceContentId |
Returns
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.
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 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
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
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
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 |
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 |
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
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
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
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
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
Name | Path | Type | Description |
---|---|---|---|
x
|
x | double | |
y
|
y | double |
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 |
Name | Path | Type | Description |
---|---|---|---|
Download Url
|
downloadUrl | string |
Name | Path | Type | Description |
---|---|---|---|
Item Count
|
itemCount | integer | |
items
|
items | array of Seismic.WorkSpaceContentManager.WsItemResp |
Name | Path | Type | Description |
---|---|---|---|
Id
|
id | string | |
User name
|
username | string | |
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 |
Name | Path | Type | Description |
---|---|---|---|
Name
|
name | string | |
Url
|
url | string |
Name | Path | Type | Description |
---|---|---|---|
repository
|
repository | string | |
Name
|
name | string | |
Type
|
type | string | |
Id
|
id | string | |
Version Id
|
versionId | string | |
Format
|
format | string |
Name | Path | Type | Description |
---|---|---|---|
Id
|
id | string |
Name | Path | Type | Description |
---|---|---|---|
Id
|
id | string |
Name | Path | Type | Description |
---|---|---|---|
Id
|
id | string |
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 |
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 |
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 |
Name | Path | Type | Description |
---|---|---|---|
Url
|
url | string |
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 |
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 |
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 |
Name | Path | Type | Description |
---|---|---|---|
x
|
x | double | |
y
|
y | double |
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 |
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 |
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 |
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 |
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 |
Name | Path | Type | Description |
---|---|---|---|
Id
|
id | string | |
Name
|
name | string | |
Email
|
string | ||
Role
|
role | string | |
Created At
|
createdAt | date-time |
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 |
Name | Path | Type | Description |
---|---|---|---|
Id
|
id | string |
Collaborator Id |
Name
|
name | string |
Collaborator Name |
Email
|
string |
Collaborator Email |
|
Role
|
role | string |
Collaborator Role |
Created At
|
createdAt | date-time |
Date of addition for Collaborator |