Overview
Configuration is provided for establishing connections with the Slack service. The configuration is used in the REST Connection Manager.
Setup
Press icon to get more information about the connection parameters.
Obtain data
Use REST Source component to get data from service resource.
Insert data
Use REST Destination component to insert data into service resource.
Configuration
Base URL address: https://slack.com/api
.
- OAuth
-
The authentication uses an authorized token.
The authentication has the following user-defined parameters:
- Scope:
- Team:
The following request parameters will be automatically processed during the authentication process:
-
token:
{{=token.Access}}
Documentation: https://api.slack.com/docs/oauth.
- SCIM
-
The authentication uses a parameters-based authentication.
The authentication has the following user-defined parameters:
- Token:
The following request parameters will be automatically processed during the authentication process:
-
Authorization:
Documentation: https://api.slack.com/scim.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/channels.list
.
The result is extracted from:{{=response.channels}}
.Documentation: https://api.slack.com/methods/channels.list.
- [Create] action
-
Endpoint URL address:
/channels.create
.Documentation: https://api.slack.com/methods/channels.create.
- [Update] action
-
Endpoint URL address:
/channels.rename
.The following request parameters will be automatically processed:
-
channel:
{{=item.id}}
Documentation: https://api.slack.com/methods/channels.rename.
-
channel:
The resource includes the fields from the ChannelT template.
Based on resource template Base.
- [Read] action
-
The result is extracted from:{{=response.mesages}}
.
The result is paginated.The following request parameters will be automatically processed:
-
limit:
-
cursor:
-
count:
{{=parameters.batchSize}}
-
page:
{{=parameters.iterator}}
-
limit:
Based on resource template MessageBase.
- [Read search] action
-
Endpoint URL address:
/search.messages
.
The result is extracted from:{{=response.messages.matches}}
.The action has the following user-defined parameters:
- search: Required. Specify search query (alias for "query").
The following request parameters will be automatically processed:
-
query:
{{=parameters.search}}
Documentation: https://api.slack.com/methods/search.messages.
- [Read channels.history] action
-
Endpoint URL address:
/channels.history
.The action has the following user-defined parameters:
- channels.history: Required. Specify channel.
The following request parameters will be automatically processed:
-
channel:
{{=parameters['channels.history']
Documentation: https://api.slack.com/methods/channels.history.
- [Read channels.replies] action
-
Endpoint URL address:
/channels.replies
.The action has the following user-defined parameters:
- channels.replies: Required. Specify channel.
The following request parameters will be automatically processed:
-
channel:
{{=parameters['channels.replies']
Documentation: https://api.slack.com/methods/channels.replies.
- [Read groups.history] action
-
Endpoint URL address:
/groups.history
.The action has the following user-defined parameters:
- groups.history: Required. Specify channel.
The following request parameters will be automatically processed:
-
channel:
{{=parameters['groups.history']
Documentation: https://api.slack.com/methods/groups.history.
- [Read groups.replies] action
-
Endpoint URL address:
/groups.replies
.The action has the following user-defined parameters:
- groups.replies: Required. Specify channel.
The following request parameters will be automatically processed:
-
channel:
{{=parameters['groups.replies']
Documentation: https://api.slack.com/methods/groups.replies.
- [Read im.history] action
-
Endpoint URL address:
/im.history
.The action has the following user-defined parameters:
- im.history: Required. Specify channel.
The following request parameters will be automatically processed:
-
channel:
{{=parameters['im.history']
Documentation: https://api.slack.com/methods/im.history.
- [Read im.replies] action
-
Endpoint URL address:
/im.replies
.The action has the following user-defined parameters:
- im.replies: Required. Specify channel.
The following request parameters will be automatically processed:
-
channel:
{{=parameters['im.replies']
Documentation: https://api.slack.com/methods/im.replies.
- [Read mpim.history] action
-
Endpoint URL address:
/mpim.history
.The action has the following user-defined parameters:
- mpim.history: Required. Specify channel.
The following request parameters will be automatically processed:
-
channel:
{{=parameters['mpim.history']
Documentation: https://api.slack.com/methods/mpim.history.
- [Read mpim.replies] action
-
Endpoint URL address:
/mpim.replies
.The action has the following user-defined parameters:
- mpim.replies: Required. Specify channel.
The following request parameters will be automatically processed:
-
channel:
{{=parameters['mpim.replies']
Documentation: https://api.slack.com/methods/mpim.replies.
- [Create] action
-
Endpoint URL address:
/chat.postMessage
.
The result is extracted from:{{=response.message}}
.Documentation: https://api.slack.com/methods/chat.postMessage.
- [Update] action
-
Endpoint URL address:
/chat.update
.Documentation: https://api.slack.com/methods/chat.update.
- [Delete] action
-
Endpoint URL address:
/chat.delete
.The following request parameters will be automatically processed:
-
channel:
{{=item.channel}}
-
ts:
{{=item.ts}}
Documentation: https://api.slack.com/methods/chat.delete.
-
channel:
The resource includes the fields from the MessageT template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/dnd.teamInfo
.
The result is extracted from:{{=_.map(response.users, function(v, k) { return _.extend({ user: k }, v); })}}
.Documentation: https://api.slack.com/methods/dnd.teamInfo.
- user
Template: ShortText.
- dnd_enabled
Data type: DT_BOOL
- next_dnd_start_ts
Template: DateTime.
- next_dnd_end_ts
Template: DateTime.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/emoji.list
.
The result is extracted from:{{=_.map(response.users, function(v, k) { return { name: k, value: v }; })}}
.Documentation: https://api.slack.com/methods/emoji.list.
- name
Template: ShortText.
- value
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/files.info
.
The result is extracted from:{{=response.file.comments}}
.
The result is paginated.The action has the following user-defined parameters:
- file: Required. Specify file identifier.
The following request parameters will be automatically processed:
-
limit:
-
cursor:
-
count:
{{=parameters.batchSize}}
-
page:
{{=parameters.iterator}}
Documentation: https://api.slack.com/methods/files.info.
- [Create] action
-
Endpoint URL address:
/files.comments.add
.
The result is extracted from:{{=response.comment}}
.Documentation: https://api.slack.com/methods/files.comments.add.
- [Update] action
-
Endpoint URL address:
/files.comments.edit
.
The result is extracted from:{{=response.comment}}
.Documentation: https://api.slack.com/methods/files.comments.edit.
- [Delete] action
-
Endpoint URL address:
/files.comments.delete
.Documentation: https://api.slack.com/methods/files.comments.delete.
The resource includes the fields from the Comment template.
- [Read] action
-
Endpoint URL address:
/files.list
.
The result is paginated.The following request parameters will be automatically processed:
-
count:
{{=parameters.batchSize}}
-
page:
{{=parameters.iterator}}
-
ts_from:
{{=parameters.get('ts_from') && new Date(parseFloat(parameters.ts_from))}}
-
ts_to:
{{=parameters.get('ts_to') && new Date(parseFloat(parameters.ts_to))}}
-
_includeUserParameters:
{{=parameters}}
Documentation: https://api.slack.com/methods/files.list.
-
count:
- [Read search] action
-
Endpoint URL address:
/search.files
.
The result is extracted from:{{=response.files.matches}}
.
The result is paginated.The action has the following user-defined parameters:
- search: Required. Specify search query (alias for "query").
The following request parameters will be automatically processed:
-
count:
{{=parameters.batchSize}}
-
page:
{{=parameters.iterator}}
-
ts_from:
{{=parameters.get('ts_from') && new Date(parseFloat(parameters.ts_from))}}
-
ts_to:
{{=parameters.get('ts_to') && new Date(parseFloat(parameters.ts_to))}}
-
query:
{{=parameters.search}}
-
_includeUserParameters:
{{=parameters}}
Documentation: https://api.slack.com/methods/search.files.
- [Create] action
-
Endpoint URL address:
/files.upload
.The following request parameters will be automatically processed:
-
item:
{{=item}}
-
file:
{{=item.content}}
Documentation: https://api.slack.com/methods/files.upload.
-
item:
- [Delete] action
-
Endpoint URL address:
/files.delete
.The following request parameters will be automatically processed:
-
file:
{{item.id}}
Documentation: https://api.slack.com/methods/files.delete.
-
file:
The resource includes the fields from the FileT template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/groups.list
.
The result is extracted from:{{=response.groups}}
.Documentation: https://api.slack.com/methods/groups.list.
- [Create] action
-
Endpoint URL address:
/groups.create
.
The result is extracted from:{{=response.group}}
.Documentation: https://api.slack.com/methods/groups.create.
- [Update] action
-
Endpoint URL address:
/groups.rename
.
The result is extracted from:{{=response.group}}
.The following request parameters will be automatically processed:
-
channel:
{{=item.id}}
Documentation: https://api.slack.com/methods/groups.rename.
-
channel:
- [Delete] action
-
Endpoint URL address:
/groups.close
.The following request parameters will be automatically processed:
-
channel:
{{=item.id}}
Documentation: https://api.slack.com/methods/groups.close.
-
channel:
The resource includes the fields from the GroupT template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/im.list
.
The result is extracted from:{{=response.ims}}
.Documentation: https://api.slack.com/methods/im.list.
- [Create] action
-
Endpoint URL address:
/im.open
.
The result is extracted from:{{=response.channel}}
.Documentation: https://api.slack.com/methods/im.open.
- [Delete] action
-
Endpoint URL address:
/im.close
.The following request parameters will be automatically processed:
-
channel:
{{=item.id}}
Documentation: https://api.slack.com/methods/im.close.
-
channel:
- id
A key field. Template: ShortText.
- is_im
Data type: DT_BOOL A read-only field.
- user
Template: ShortText.
- created
Template: DateTime. A read-only field.
- is_user_deleted
Data type: DT_BOOL A read-only field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/mpim.list
.
The result is extracted from:{{=response.groups}}
.Documentation: https://api.slack.com/methods/mpim.list.
- [Create] action
-
Endpoint URL address:
/mpim.open
.
The result is extracted from:{{=response.group}}
.The following request parameters will be automatically processed:
-
users:
{{=item.members}}
Documentation: https://api.slack.com/methods/mpim.open.
-
users:
- [Delete] action
-
Endpoint URL address:
/mpim.close
.The following request parameters will be automatically processed:
-
channel:
{{=item.id}}
Documentation: https://api.slack.com/methods/mpim.close.
-
channel:
- id
A key field. Template: ShortText.
- name
Template: ShortText. A read-only field.
- is_group
Data type: DT_BOOL A read-only field.
- created
Template: DateTime. A read-only field.
- creator
Template: ShortText. A read-only field.
- is_archived
Data type: DT_BOOL
- is_mpim
Data type: DT_BOOL A read-only field.
- members
Template: LongText.
- topic
A read-only field. Field components:
-
Uses template:
ShortText
. - Contains the following components: value, creator, last_set.
-
Uses template:
- purpose
A read-only field. Field components:
-
Uses template:
ShortText
. - Contains the following components: value, creator, last_set.
-
Uses template:
- last_read
Template: DateTime. A read-only field.
- latest
Template: LongText. A read-only field. A composite field.
- unread_count
Data type: DT_I4 A read-only field.
- unread_count_display
Data type: DT_I4 A read-only field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/pins.list
.
The result is extracted from:{{=response.items}}
.Documentation: https://api.slack.com/methods/pins.list.
- [Create] action
-
Endpoint URL address:
/pins.add
.The following request parameters will be automatically processed:
-
file_comment:
{{=item.comment}}
-
timestamp:
{{=item.message}}
Documentation: https://api.slack.com/methods/pins.add.
-
file_comment:
- [Delete] action
-
Endpoint URL address:
/pins.remove
.The following request parameters will be automatically processed:
-
file_comment:
{{=item.comment}}
-
timestamp:
{{=item.message}}
Documentation: https://api.slack.com/methods/pins.remove.
-
file_comment:
- type
Template: ShortText.
- channel
Template: ShortText.
- message
Template: MessageT.
- created
Template: DateTime. A read-only field.
- created_by
Template: ShortText. A read-only field.
- file
Template: FileT.
- comment
Template: Comment.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/reactions.list
.
The result is extracted from:{{=Slack.getReactions(response)}}
.
The result is paginated.The following request parameters will be automatically processed:
-
limit:
-
cursor:
-
count:
{{=parameters.batchSize}}
-
page:
{{=parameters.iterator}}
Documentation: https://api.slack.com/methods/reactions.list.
-
limit:
- [Create] action
-
Endpoint URL address:
/reactions.add
.The following request parameters will be automatically processed:
-
file_comment:
{{=item.comment}}
-
timestamp:
{{=item.message}}
Documentation: https://api.slack.com/methods/reactions.add.
-
file_comment:
- [Delete] action
-
Endpoint URL address:
/reactions.remove
.The following request parameters will be automatically processed:
-
file_comment:
{{=item.comment}}
-
timestamp:
{{=item.message}}
Documentation: https://api.slack.com/methods/reactions.remove.
-
file_comment:
- type
Template: ShortText.
- channel
Template: ShortText.
- message
Template: MessageT.
- created
Template: DateTime. A read-only field.
- created_by
Template: ShortText. A read-only field.
- file
Template: FileT.
- comment
Template: Comment.
- name
Template: ShortText.
- count
Data type: DT_I4 A read-only field.
- users
Template: LongText. A read-only field. A composite field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/reminders.list
.
The result is extracted from:{{=response.reminders}}
.Documentation: https://api.slack.com/methods/reminders.list.
- [Create] action
-
Endpoint URL address:
/reminders.add
.
The result is extracted from:{{=response.reminder}}
.Documentation: https://api.slack.com/methods/reminders.add.
- [Delete] action
-
Endpoint URL address:
/reminders.delete
.The following request parameters will be automatically processed:
-
reminder:
{{=item.id}}
Documentation: https://api.slack.com/methods/reminders.delete.
-
reminder:
- id
A key field. Template: ShortText.
- creator
Template: ShortText. A read-only field.
- user
Template: ShortText.
- text
Template: ShortText.
- recurring
Data type: DT_BOOL A read-only field.
- time
Template: DateTime.
- complete_ts
Template: DateTime. A read-only field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/stars.list
.
The result is extracted from:{{=response.items}}
.
The result is paginated.The following request parameters will be automatically processed:
-
limit:
-
cursor:
-
count:
{{=parameters.batchSize}}
-
page:
{{=parameters.iterator}}
Documentation: https://api.slack.com/methods/stars.list.
-
limit:
- [Create] action
-
Endpoint URL address:
/stars.add
.The following request parameters will be automatically processed:
-
file_comment:
{{=item.comment}}
-
timestamp:
{{=item.message}}
Documentation: https://api.slack.com/methods/stars.add.
-
file_comment:
- [Delete] action
-
Endpoint URL address:
/stars.remove
.The following request parameters will be automatically processed:
-
file_comment:
{{=item.comment}}
-
timestamp:
{{=item.message}}
Documentation: https://api.slack.com/methods/stars.remove.
-
file_comment:
- type
Template: ShortText.
- channel
Template: ShortText.
- message
Template: MessageT.
- file
Template: FileT.
- comment
Template: Comment.
- [Read] action
-
Endpoint URL address:
/team.accessLogs
.
The result is extracted from:{{=response.logins}}
.
The result is paginated.The following request parameters will be automatically processed:
-
count:
{{=parameters.batchSize}}
-
page:
{{=parameters.iterator}}
-
count:
- user_id
Template: ShortText.
- username
Template: ShortText.
- date_first
Template: DateTime.
- date_last
Template: DateTime.
- count
Data type: DT_I4
- ip
Template: ShortText.
- user_agent
Template: ShortText.
- isp
Template: ShortText.
- country
Template: ShortText.
- region
Template: ShortText.
- [Read] action
-
Endpoint URL address:
/team.integrationLogs
.
The result is extracted from:{{=response.logs}}
.
The result is paginated.The following request parameters will be automatically processed:
-
count:
{{=parameters.batchSize}}
-
page:
{{=parameters.iterator}}
-
count:
- service_id
Template: ShortText.
- service_type
Template: ShortText.
- user_id
Template: ShortText.
- user_name
Template: ShortText.
- channel
Template: ShortText.
- date
Template: DateTime.
- change_type
Template: ShortText.
- scope
Template: ShortText.
- app_id
Template: ShortText.
- app_type
Template: ShortText.
- reason
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/usergroups.list
.
The result is extracted from:{{=response.usergroups}}
.Documentation: https://api.slack.com/methods/usergroups.list.
- [Create] action
-
Endpoint URL address:
/usergroups.create
.
The result is extracted from:{{=response.usergroup}}
.Documentation: https://api.slack.com/methods/usergroups.create.
- [Update] action
-
Endpoint URL address:
/usergroups.update
.
The result is extracted from:{{=response.usergroup}}
.The following request parameters will be automatically processed:
-
usergroup:
{{=item.id}}
Documentation: https://api.slack.com/methods/usergroups.update.
-
usergroup:
- [Delete] action
-
Endpoint URL address:
/usergroups.disable
.The following request parameters will be automatically processed:
-
usergroup:
{{=item.id}}
Documentation: https://api.slack.com/methods/usergroups.disable.
-
usergroup:
- id
A key field. Template: ShortText.
- team_id
Template: ShortText. A read-only field.
- is_usergroup
Data type: DT_BOOL A read-only field.
- name
Template: ShortText.
- description
Template: LongText.
- handle
Template: ShortText.
- is_external
Data type: DT_BOOL A read-only field.
- date_create
Template: DateTime. A read-only field.
- date_update
Template: DateTime. A read-only field.
- date_delete
Template: DateTime. A read-only field.
- auto_type
Template: ShortText. A read-only field.
- created_by
Template: ShortText. A read-only field.
- updated_by
Template: ShortText. A read-only field.
- deleted_by
Template: ShortText. A read-only field.
- prefs
A read-only field. Field components:
-
Uses template:
ChannelT
. - Contains the following components: channels, groups.
-
Uses template:
- users
Template: LongText. A read-only field. A composite field. The value is gathered from
/usergroups.users.list
address.- user_count
Data type: DT_I4 A read-only field.
- channels
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/users.list
.
The result is extracted from:{{=response.members}}
.Documentation: https://api.slack.com/methods/users.list.
- id
A key field. Template: ShortText.
- team_id
Template: ShortText.
- name
Template: ShortText.
- deleted
Data type: DT_BOOL
- color
Template: ShortText.
- real_name
Template: ShortText.
- tz
Template: ShortText.
- tz_label
Template: ShortText.
- tz_offset
Data type: DT_I4
- profile
The value is gathered from
/users.profile.get
address. The value is sent to/users.profile.set
address. Field components:-
Uses template:
ShortText
. - Contains the following components: avatar_hash, current_status, first_name, last_name, real_name, email, skype, phone, image_24, image_32, image_48, image_72, image_192, image_512, image_1024, image_original, fields.
-
Uses template:
- is_admin
Data type: DT_BOOL
- is_owner
Data type: DT_BOOL
- updated
Template: DateTime.
- has_2fa
Data type: DT_BOOL
- is_primary_owner
Data type: DT_BOOL
- is_restricted
Data type: DT_BOOL
- is_ultra_restricted
Data type: DT_BOOL
- is_bot
Data type: DT_BOOL
Based on resource template SCIM.
- [Read] action
-
Endpoint URL address:
/Users
.
- [Create] action
-
Endpoint URL address:
/Users
.
- [Update] action
-
Endpoint URL address:
/Users/{{=item.id}}
.
- [Delete] action
-
Endpoint URL address:
/Users/{{=item.id}}
.
- id
A key field. Template: ShortText.
- schemas
Template: LongText. A composite field.
- userName
Template: ShortText.
- name
Field components:
-
Uses template:
ShortText
. - Contains the following components: familyName, givenName, honorificPrefix.
-
Uses template:
- displayName
Template: ShortText.
- nickName
Template: ShortText.
- profileUrl
Template: ShortText.
- emails
An array field. Field components:
-
Uses template:
ShortText
. - Contains the following components: value, type, primary.
-
Uses template:
- addresses
An array field. Field components:
-
Uses template:
ShortText
. - Contains the following components: streetAddress, locality, region, postalCode, country, type, primary.
-
Uses template:
- phoneNumbers
An array field. Field components:
-
Uses template:
ShortText
. - Contains the following components: value, type.
-
Uses template:
- photos
An array field. Field components:
-
Uses template:
ShortText
. - Contains the following components: value, type.
-
Uses template:
- roles
An array field. Field components:
-
Uses template:
ShortText
. - Contains the following components: value, primary.
-
Uses template:
- userType
Template: ShortText.
- title
Template: ShortText.
- preferredLanguage
Template: ShortText.
- locale
Template: ShortText.
- timezone
Template: ShortText.
- active
Data type: DT_BOOL
- password
Template: ShortText.
- urn:scim:schemas:extension:enterprise:1.0
Field components:
-
Uses template:
ShortText
. - Contains the following components: employeeNumber, costCenter, organization, division, department, manager.
-
Uses template:
Based on resource template SCIM.
- [Read] action
-
Endpoint URL address:
/Groups
.
- [Create] action
-
Endpoint URL address:
/Groups
.
- [Update] action
-
Endpoint URL address:
/Groups/{{=item.id}}
.
- [Delete] action
-
Endpoint URL address:
/Groups/{{=item.id}}
.
- id
A key field. Template: ShortText.
- schemas
Template: LongText. A composite field.
- displayName
Template: ShortText.
- members
An array field. Field components:
-
Uses template:
ShortText
. - Contains the following components: value, operation.
-
Uses template:
- [Read] action
-
The result is paginated.The following request parameters will be automatically processed:
-
limit:
{{=parameters.batchSize}}
-
cursor:
{{=parameters.iterator}}
-
_includeUserParameters:
{{=parameters}}
-
limit:
- [Create] action
-
The action uses POST method.The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
-
item:
{{=item}}
-
_includeUserParameters:
- [Update] action
-
The action uses POST method.The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
-
item:
{{=item}}
-
_includeUserParameters:
- [Delete] action
-
The action uses POST method.The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
-
item:
{{=item}}
-
_includeUserParameters:
- [Read] action
-
The result is paginated.The following request parameters will be automatically processed:
-
count:
{{=parameters.batchSize}}
-
startIndex:
{{=parameters.iterator}}
-
_includeUserParameters:
{{=parameters}}
-
count:
- [Create] action
-
The action uses POST method.The following request parameters will be automatically processed:
-
application/json:
{{=item}}
-
application/json:
- [Update] action
-
The action uses PATCH method.The following request parameters will be automatically processed:
-
application/json:
{{=item}}
-
application/json:
- [Delete] action
-
The action uses DELETE method.
- ShortText
Data type: DT_WSTR ( length 255 )
- LongText
Data type: DT_WSTR ( length 1000 )
- DateTime
Data type: DT_DBTIMESTAMP The gathered value is processed with
{{=value && new Date(parseFloat(value))}}
expression. Before setting, the value is processed with{{=value && new Date(value).getTime()}}
expression.- MessageT
Field components:
-
Uses template:
ShortText
. - Contains the following components: ts, channel, type, user, text, as_user, attachments, icon_emoji, icon_url, link_names, parse, reply_broadcast, thread_ts, unfurl_links, unfurl_media, username.
-
Uses template:
- FileT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, created, timestamp, name, title, mimetype, filetype, pretty_type, user, mode, editable, is_external, external_type, username, size, url_private, url_private_download, thumb_64, thumb_80, thumb_360, thumb_360_gif, thumb_360_w, thumb_360_h, thumb_480, thumb_480_w, thumb_480_h, thumb_160, permalink, permalink_public, edit_link, preview, preview_highlight, lines, lines_more, is_public, public_url_shared, display_as_bot, channels, groups, ims, initial_comment, num_stars, is_starred, pinned_to, reactions, comments_count, content.
-
Uses template:
- Comment
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, file, created, timestamp, user, comment, channel.
-
Uses template:
- ChannelT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, name, created, creator, is_archived, is_member, is_general, last_read, latest, unread_count, unread_count_display, members, topic, purpose.
-
Uses template:
- GroupT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, name, is_group, created, creator, is_archived, is_mpim, members, topic, purpose, last_read, latest, unread_count, unread_count_display.
-
Uses template:
What's New
- New: Introduced connection.
COZYROC SSIS+ Components Suite is free for testing in your development environment.
A licensed version can be deployed on-premises, on Azure-SSIS IR and on COZYROC Cloud.