@activepieces/piece-slack 0.17.6 → 0.17.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/i18n/translation.json +173 -0
- package/src/index.js +44 -44
package/package.json
CHANGED
|
@@ -27,6 +27,42 @@
|
|
|
27
27
|
"Invite User to Channel": "Invite User to Channel",
|
|
28
28
|
"Get User Group by Handle": "Get User Group by Handle",
|
|
29
29
|
"Update User Group Members": "Update User Group Members",
|
|
30
|
+
"Post Message": "Post Message",
|
|
31
|
+
"Send Direct Message": "Send Direct Message",
|
|
32
|
+
"Schedule Message": "Schedule Message",
|
|
33
|
+
"List Scheduled Messages": "List Scheduled Messages",
|
|
34
|
+
"Delete Scheduled Message": "Delete Scheduled Message",
|
|
35
|
+
"Update Message": "Update Message",
|
|
36
|
+
"Send Ephemeral Message": "Send Ephemeral Message",
|
|
37
|
+
"Get Message Permalink": "Get Message Permalink",
|
|
38
|
+
"Get Channel History": "Get Channel History",
|
|
39
|
+
"Get Thread Replies": "Get Thread Replies",
|
|
40
|
+
"Search Messages": "Search Messages",
|
|
41
|
+
"Search All": "Search All",
|
|
42
|
+
"Mark Conversation Read": "Mark Conversation Read",
|
|
43
|
+
"Get User": "Get User",
|
|
44
|
+
"List Users": "List Users",
|
|
45
|
+
"Add Reaction": "Add Reaction",
|
|
46
|
+
"Archive Channel": "Archive Channel",
|
|
47
|
+
"Close Direct Message": "Close Direct Message",
|
|
48
|
+
"Find Channel": "Find Channel",
|
|
49
|
+
"Get Channel Info": "Get Channel Info",
|
|
50
|
+
"Get Reactions": "Get Reactions",
|
|
51
|
+
"Invite Users to Channel": "Invite Users to Channel",
|
|
52
|
+
"Join Channel": "Join Channel",
|
|
53
|
+
"Leave Channel": "Leave Channel",
|
|
54
|
+
"List Channel Members": "List Channel Members",
|
|
55
|
+
"List Channels": "List Channels",
|
|
56
|
+
"List Custom Emoji": "List Custom Emoji",
|
|
57
|
+
"List Files": "List Files",
|
|
58
|
+
"List User Conversations": "List User Conversations",
|
|
59
|
+
"List User Groups": "List User Groups",
|
|
60
|
+
"List User Reactions": "List User Reactions",
|
|
61
|
+
"Remove Reaction": "Remove Reaction",
|
|
62
|
+
"Remove User from Channel": "Remove User from Channel",
|
|
63
|
+
"Rename Channel": "Rename Channel",
|
|
64
|
+
"Set Channel Purpose": "Set Channel Purpose",
|
|
65
|
+
"Unarchive Channel": "Unarchive Channel",
|
|
30
66
|
"Custom API Call": "Custom API Call",
|
|
31
67
|
"Add an emoji reaction to a message.": "Add an emoji reaction to a message.",
|
|
32
68
|
"Send message to a user": "Send message to a user",
|
|
@@ -55,6 +91,49 @@
|
|
|
55
91
|
"Invites an existing User to an existing channel.": "Invites an existing User to an existing channel.",
|
|
56
92
|
"Finds a Slack user group by its handle (e.g., @user-group) and returns its details. To mention this group in a message, map the returned ID using the syntax <!subteam^ID>. Read more: https://api.slack.com/reference/surfaces/formatting#mentioning-groups": "Finds a Slack user group by its handle (e.g., @user-group) and returns its details. To mention this group in a message, map the returned ID using the syntax <!subteam^ID>. Read more: https://api.slack.com/reference/surfaces/formatting#mentioning-groups",
|
|
57
93
|
"Add users to or overwrite the member list of a Slack user group.": "Add users to or overwrite the member list of a Slack user group.",
|
|
94
|
+
"Post a message to a Slack channel.": "Post a message to a Slack channel.",
|
|
95
|
+
"Send a direct message (DM) to a single Slack user.": "Send a direct message (DM) to a single Slack user.",
|
|
96
|
+
"Schedule a message to be sent to a channel at a future time.": "Schedule a message to be sent to a channel at a future time.",
|
|
97
|
+
"List pending scheduled messages.": "List pending scheduled messages.",
|
|
98
|
+
"Cancel a pending scheduled message before it is sent.": "Cancel a pending scheduled message before it is sent.",
|
|
99
|
+
"Edit an existing Slack message in place.": "Edit an existing Slack message in place.",
|
|
100
|
+
"Delete a message from a Slack channel by its timestamp.": "Delete a message from a Slack channel by its timestamp.",
|
|
101
|
+
"Post a message visible only to one user within a channel.": "Post a message visible only to one user within a channel.",
|
|
102
|
+
"Get a shareable permalink URL for a specific message.": "Get a shareable permalink URL for a specific message.",
|
|
103
|
+
"Retrieve top-level messages from a Slack channel, optionally bounded by timestamps.": "Retrieve top-level messages from a Slack channel, optionally bounded by timestamps.",
|
|
104
|
+
"Retrieve all replies in a Slack thread.": "Retrieve all replies in a Slack thread.",
|
|
105
|
+
"Search the workspace for messages matching a query.": "Search the workspace for messages matching a query.",
|
|
106
|
+
"Search the workspace for both messages and files.": "Search the workspace for both messages and files.",
|
|
107
|
+
"Move the read cursor in a channel up to a given message.": "Move the read cursor in a channel up to a given message.",
|
|
108
|
+
"Find a Slack user by their exact email address.": "Find a Slack user by their exact email address.",
|
|
109
|
+
"Get a Slack user profile by their user ID.": "Get a Slack user profile by their user ID.",
|
|
110
|
+
"List all users in the workspace.": "List all users in the workspace.",
|
|
111
|
+
"Find a Slack user by their handle (display name).": "Find a Slack user by their handle (display name).",
|
|
112
|
+
"Archives a channel.": "Archives a channel.",
|
|
113
|
+
"Closes a direct message or group DM conversation.": "Closes a direct message or group DM conversation.",
|
|
114
|
+
"Creates a new public or private channel.": "Creates a new public or private channel.",
|
|
115
|
+
"Finds a channel by name and returns its ID.": "Finds a channel by name and returns its ID.",
|
|
116
|
+
"Gets details about a single channel.": "Gets details about a single channel.",
|
|
117
|
+
"Look up a Slack file by its ID and download its contents.": "Look up a Slack file by its ID and download its contents.",
|
|
118
|
+
"Get the reactions on a message or file.": "Get the reactions on a message or file.",
|
|
119
|
+
"Invites one or more existing users to a channel.": "Invites one or more existing users to a channel.",
|
|
120
|
+
"Joins an existing public channel.": "Joins an existing public channel.",
|
|
121
|
+
"Leaves a channel.": "Leaves a channel.",
|
|
122
|
+
"Lists the user IDs of the members of a channel.": "Lists the user IDs of the members of a channel.",
|
|
123
|
+
"Lists channels in the workspace.": "Lists channels in the workspace.",
|
|
124
|
+
"List the custom emoji of the workspace.": "List the custom emoji of the workspace.",
|
|
125
|
+
"List files in the workspace, optionally filtered by channel, user, or type.": "List files in the workspace, optionally filtered by channel, user, or type.",
|
|
126
|
+
"Lists the channels a user belongs to.": "Lists the channels a user belongs to.",
|
|
127
|
+
"List all Slack user groups (subteams) in the workspace.": "List all Slack user groups (subteams) in the workspace.",
|
|
128
|
+
"List the items a user has reacted to.": "List the items a user has reacted to.",
|
|
129
|
+
"Remove an emoji reaction from a message or file.": "Remove an emoji reaction from a message or file.",
|
|
130
|
+
"Removes a user from a channel.": "Removes a user from a channel.",
|
|
131
|
+
"Renames a channel.": "Renames a channel.",
|
|
132
|
+
"Sets the purpose on a channel.": "Sets the purpose on a channel.",
|
|
133
|
+
"Sets the topic on a channel.": "Sets the topic on a channel.",
|
|
134
|
+
"Set the authenticated user's custom status text and emoji.": "Set the authenticated user's custom status text and emoji.",
|
|
135
|
+
"Update basic profile fields (name, title, email) for a user.": "Update basic profile fields (name, title, email) for a user.",
|
|
136
|
+
"Reopens an archived channel.": "Reopens an archived channel.",
|
|
58
137
|
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
59
138
|
"Markdown": "Markdown",
|
|
60
139
|
"Channel": "Channel",
|
|
@@ -100,6 +179,29 @@
|
|
|
100
179
|
"Group Handle": "Group Handle",
|
|
101
180
|
"User IDs": "User IDs",
|
|
102
181
|
"Append to existing members?": "Append to existing members?",
|
|
182
|
+
"Thread Timestamp": "Thread Timestamp",
|
|
183
|
+
"Broadcast Reply to Channel": "Broadcast Reply to Channel",
|
|
184
|
+
"Send as User": "Send as User",
|
|
185
|
+
"Block Kit Blocks": "Block Kit Blocks",
|
|
186
|
+
"User ID": "User ID",
|
|
187
|
+
"Post At (Unix Seconds)": "Post At (Unix Seconds)",
|
|
188
|
+
"Scheduled Message ID": "Scheduled Message ID",
|
|
189
|
+
"Search Query": "Search Query",
|
|
190
|
+
"Timestamp": "Timestamp",
|
|
191
|
+
"Conversation": "Conversation",
|
|
192
|
+
"Exclude Archived": "Exclude Archived",
|
|
193
|
+
"Include Member Count": "Include Member Count",
|
|
194
|
+
"Channel ID": "Channel ID",
|
|
195
|
+
"Full reaction list?": "Full reaction list?",
|
|
196
|
+
"Types": "Types",
|
|
197
|
+
"File Types": "File Types",
|
|
198
|
+
"Created After (timestamp)": "Created After (timestamp)",
|
|
199
|
+
"Created Before (timestamp)": "Created Before (timestamp)",
|
|
200
|
+
"Limit": "Limit",
|
|
201
|
+
"Include disabled groups?": "Include disabled groups?",
|
|
202
|
+
"Include members?": "Include members?",
|
|
203
|
+
"New Name": "New Name",
|
|
204
|
+
"Purpose": "Purpose",
|
|
103
205
|
"Method": "Method",
|
|
104
206
|
"Headers": "Headers",
|
|
105
207
|
"Query Parameters": "Query Parameters",
|
|
@@ -141,6 +243,75 @@
|
|
|
141
243
|
"Group handle without the leading @": "Group handle without the leading @",
|
|
142
244
|
"The list of Slack User IDs to update this group with. Leave empty to clear the group (if not appending).": "The list of Slack User IDs to update this group with. Leave empty to clear the group (if not appending).",
|
|
143
245
|
"If checked, these users will be added to the current group. If unchecked, the current group members will be completely replaced by these users.": "If checked, these users will be added to the current group. If unchecked, the current group members will be completely replaced by these users.",
|
|
246
|
+
"Channel ID to post to (e.g. C0123ABCD). Resolve a #name to an ID first with Find Channel.": "Channel ID to post to (e.g. C0123ABCD). Resolve a #name to an ID first with Find Channel.",
|
|
247
|
+
"The text of the message. When using blocks, this is used as fallback text for notifications.": "The text of the message. When using blocks, this is used as fallback text for notifications.",
|
|
248
|
+
"Timestamp (ts) of a parent message to reply within its thread, e.g. 1710304378.475129. Use the parent ts, not a reply ts.": "Timestamp (ts) of a parent message to reply within its thread, e.g. 1710304378.475129. Use the parent ts, not a reply ts.",
|
|
249
|
+
"When replying in a thread, also make the reply visible to everyone in the channel.": "When replying in a thread, also make the reply visible to everyone in the channel.",
|
|
250
|
+
"Post as the authenticated user instead of the bot (requires a user token).": "Post as the authenticated user instead of the bot (requires a user token).",
|
|
251
|
+
"Enable link unfurling for this message.": "Enable link unfurling for this message.",
|
|
252
|
+
"Optional Block Kit blocks array. See https://api.slack.com/block-kit": "Optional Block Kit blocks array. See https://api.slack.com/block-kit",
|
|
253
|
+
"The Slack user ID to DM (e.g. U0123ABCD). Resolve a handle/email to an ID first with Find User by Handle / Find User by Email.": "The Slack user ID to DM (e.g. U0123ABCD). Resolve a handle/email to an ID first with Find User by Handle / Find User by Email.",
|
|
254
|
+
"The text of the direct message.": "The text of the direct message.",
|
|
255
|
+
"Channel ID to post to (e.g. C0123ABCD). Resolve a #name with Find Channel.": "Channel ID to post to (e.g. C0123ABCD). Resolve a #name with Find Channel.",
|
|
256
|
+
"Unix epoch timestamp in seconds for when to send, e.g. 1893456000. Must be in the future and within 120 days.": "Unix epoch timestamp in seconds for when to send, e.g. 1893456000. Must be in the future and within 120 days.",
|
|
257
|
+
"Optional parent message ts to schedule this as a threaded reply, e.g. 1710304378.475129.": "Optional parent message ts to schedule this as a threaded reply, e.g. 1710304378.475129.",
|
|
258
|
+
"Optional channel ID to filter by (e.g. C0123ABCD). Leave blank for all channels.": "Optional channel ID to filter by (e.g. C0123ABCD). Leave blank for all channels.",
|
|
259
|
+
"Only scheduled messages after this Unix timestamp.": "Only scheduled messages after this Unix timestamp.",
|
|
260
|
+
"Only scheduled messages before this Unix timestamp.": "Only scheduled messages before this Unix timestamp.",
|
|
261
|
+
"Channel ID the message was scheduled to (e.g. C0123ABCD).": "Channel ID the message was scheduled to (e.g. C0123ABCD).",
|
|
262
|
+
"The scheduled_message_id from Schedule Message or List Scheduled Messages (e.g. Q1234ABCD).": "The scheduled_message_id from Schedule Message or List Scheduled Messages (e.g. Q1234ABCD).",
|
|
263
|
+
"Channel ID containing the message (e.g. C0123ABCD). Resolve a #name with Find Channel.": "Channel ID containing the message (e.g. C0123ABCD). Resolve a #name with Find Channel.",
|
|
264
|
+
"Timestamp (ts) of the message to update, e.g. 1710304378.475129. Obtain it from Post Message / Search Messages / Get Channel History.": "Timestamp (ts) of the message to update, e.g. 1710304378.475129. Obtain it from Post Message / Search Messages / Get Channel History.",
|
|
265
|
+
"The new text of the message.": "The new text of the message.",
|
|
266
|
+
"Optional Block Kit blocks array to replace the message blocks. See https://api.slack.com/block-kit": "Optional Block Kit blocks array to replace the message blocks. See https://api.slack.com/block-kit",
|
|
267
|
+
"Timestamp (ts) of the message to delete, e.g. 1710304378.475129. Obtain it from Post Message / Search Messages / Get Channel History.": "Timestamp (ts) of the message to delete, e.g. 1710304378.475129. Obtain it from Post Message / Search Messages / Get Channel History.",
|
|
268
|
+
"Channel ID where the ephemeral message appears (e.g. C0123ABCD). Resolve a #name with Find Channel.": "Channel ID where the ephemeral message appears (e.g. C0123ABCD). Resolve a #name with Find Channel.",
|
|
269
|
+
"The user ID who will see the message (e.g. U0123ABCD). Must be a member of the channel.": "The user ID who will see the message (e.g. U0123ABCD). Must be a member of the channel.",
|
|
270
|
+
"Timestamp (ts) of the message, e.g. 1710304378.475129. Obtain it from Post Message / Search Messages / Get Channel History.": "Timestamp (ts) of the message, e.g. 1710304378.475129. Obtain it from Post Message / Search Messages / Get Channel History.",
|
|
271
|
+
"Channel ID to read (e.g. C0123ABCD). Resolve a #name with Find Channel.": "Channel ID to read (e.g. C0123ABCD). Resolve a #name with Find Channel.",
|
|
272
|
+
"Only messages after this Unix timestamp are included.": "Only messages after this Unix timestamp are included.",
|
|
273
|
+
"Only messages before this Unix timestamp are included. Defaults to now.": "Only messages before this Unix timestamp are included. Defaults to now.",
|
|
274
|
+
"Include messages with the oldest/latest timestamps. Ignored unless a timestamp is set.": "Include messages with the oldest/latest timestamps. Ignored unless a timestamp is set.",
|
|
275
|
+
"Channel ID containing the thread (e.g. C0123ABCD). Resolve a #name with Find Channel.": "Channel ID containing the thread (e.g. C0123ABCD). Resolve a #name with Find Channel.",
|
|
276
|
+
"Timestamp (ts) of the parent message, e.g. 1710304378.475129. Use the parent ts, not a reply ts.": "Timestamp (ts) of the parent message, e.g. 1710304378.475129. Use the parent ts, not a reply ts.",
|
|
277
|
+
"Search query, supporting Slack search operators (e.g. \"in:#general from:@jane budget\").": "Search query, supporting Slack search operators (e.g. \"in:#general from:@jane budget\").",
|
|
278
|
+
"Search query, supporting Slack search operators (e.g. \"in:#general budget\").": "Search query, supporting Slack search operators (e.g. \"in:#general budget\").",
|
|
279
|
+
"Channel ID to mark read (e.g. C0123ABCD). Resolve a #name with Find Channel.": "Channel ID to mark read (e.g. C0123ABCD). Resolve a #name with Find Channel.",
|
|
280
|
+
"Mark the channel read up to this message ts, e.g. 1710304378.475129.": "Mark the channel read up to this message ts, e.g. 1710304378.475129.",
|
|
281
|
+
"Channel ID (e.g. 'C0123456789'). Pass a channel ID, or resolve a #name to an ID first with Find Channel.": "Channel ID (e.g. 'C0123456789'). Pass a channel ID, or resolve a #name to an ID first with Find Channel.",
|
|
282
|
+
"Direct message conversation ID to close, e.g. 'D0123456789' (IM) or 'G0123456789' (group DM). This is the conversation ID returned when the DM was opened, not a user ID.": "Direct message conversation ID to close, e.g. 'D0123456789' (IM) or 'G0123456789' (group DM). This is the conversation ID returned when the DM was opened, not a user ID.",
|
|
283
|
+
"Name for the new channel, without the leading '#'. Slack lowercases it and replaces spaces with hyphens, e.g. 'project-updates'. Max 80 characters.": "Name for the new channel, without the leading '#'. Slack lowercases it and replaces spaces with hyphens, e.g. 'project-updates'. Max 80 characters.",
|
|
284
|
+
"Create the channel as private (invite-only) instead of public.": "Create the channel as private (invite-only) instead of public.",
|
|
285
|
+
"The channel name to find, with or without the leading '#', e.g. 'general'. Matched case-insensitively after Slack's normalization (lowercase, spaces to hyphens).": "The channel name to find, with or without the leading '#', e.g. 'general'. Matched case-insensitively after Slack's normalization (lowercase, spaces to hyphens).",
|
|
286
|
+
"Skip archived channels when searching.": "Skip archived channels when searching.",
|
|
287
|
+
"Include the number of members in the channel in the result.": "Include the number of members in the channel in the result.",
|
|
288
|
+
"Channel ID of the message (e.g. C0123ABCD). Required when targeting a message; leave empty when targeting a file.": "Channel ID of the message (e.g. C0123ABCD). Required when targeting a message; leave empty when targeting a file.",
|
|
289
|
+
"Timestamp of the message, e.g. 1710304378.475129. Required (with Channel ID) when targeting a message.": "Timestamp of the message, e.g. 1710304378.475129. Required (with Channel ID) when targeting a message.",
|
|
290
|
+
"File ID to get reactions for (e.g. F0123ABCD). Provide this instead of Channel ID + Timestamp when targeting a file.": "File ID to get reactions for (e.g. F0123ABCD). Provide this instead of Channel ID + Timestamp when targeting a file.",
|
|
291
|
+
"If enabled, returns the complete list of reactions (not truncated).": "If enabled, returns the complete list of reactions (not truncated).",
|
|
292
|
+
"Slack user IDs to invite, e.g. 'U0123456789'. Resolve handles/emails to IDs first with Find User by Handle / Find User by Email. Up to 1000 users per call.": "Slack user IDs to invite, e.g. 'U0123456789'. Resolve handles/emails to IDs first with Find User by Handle / Find User by Email. Up to 1000 users per call.",
|
|
293
|
+
"Comma-separated conversation types to include. One or more of 'public_channel', 'private_channel', 'mpim', 'im'. Defaults to public and private channels.": "Comma-separated conversation types to include. One or more of 'public_channel', 'private_channel', 'mpim', 'im'. Defaults to public and private channels.",
|
|
294
|
+
"Omit archived channels from the results.": "Omit archived channels from the results.",
|
|
295
|
+
"Only return files shared in this channel (e.g. C0123ABCD). Pass a channel ID, or resolve a #name first with Find Channel. Leave empty for all channels.": "Only return files shared in this channel (e.g. C0123ABCD). Pass a channel ID, or resolve a #name first with Find Channel. Leave empty for all channels.",
|
|
296
|
+
"Only return files uploaded by this user ID (e.g. U0123ABCD). Leave empty for all users.": "Only return files uploaded by this user ID (e.g. U0123ABCD). Leave empty for all users.",
|
|
297
|
+
"Comma-separated file types to filter by. One or more of: 'all', 'spaces', 'snippets', 'images', 'gdocs', 'zips', 'pdfs'. Defaults to 'all'.": "Comma-separated file types to filter by. One or more of: 'all', 'spaces', 'snippets', 'images', 'gdocs', 'zips', 'pdfs'. Defaults to 'all'.",
|
|
298
|
+
"Only return files created at or after this Unix timestamp (e.g. 1710304378).": "Only return files created at or after this Unix timestamp (e.g. 1710304378).",
|
|
299
|
+
"Only return files created at or before this Unix timestamp (e.g. 1710304378).": "Only return files created at or before this Unix timestamp (e.g. 1710304378).",
|
|
300
|
+
"Maximum number of files to return per page (1-1000). Defaults to 100.": "Maximum number of files to return per page (1-1000). Defaults to 100.",
|
|
301
|
+
"Slack user ID to list conversations for, e.g. 'U0123456789'. Leave blank to use the authenticated user. Resolve a handle/email to an ID first with Find User by Handle / Find User by Email.": "Slack user ID to list conversations for, e.g. 'U0123456789'. Leave blank to use the authenticated user. Resolve a handle/email to an ID first with Find User by Handle / Find User by Email.",
|
|
302
|
+
"Include disabled user groups in the results.": "Include disabled user groups in the results.",
|
|
303
|
+
"Include the list of member user IDs for each user group.": "Include the list of member user IDs for each user group.",
|
|
304
|
+
"Show reactions made by this user ID (e.g. U0123ABCD). Leave empty to use the authenticated user.": "Show reactions made by this user ID (e.g. U0123ABCD). Leave empty to use the authenticated user.",
|
|
305
|
+
"Maximum number of items to return per page (1-1000). Defaults to 100.": "Maximum number of items to return per page (1-1000). Defaults to 100.",
|
|
306
|
+
"The emoji name without colons, e.g. thumbsup.": "The emoji name without colons, e.g. thumbsup.",
|
|
307
|
+
"Channel ID of the message to remove the reaction from (e.g. C0123ABCD). Required when targeting a message; leave empty when targeting a file.": "Channel ID of the message to remove the reaction from (e.g. C0123ABCD). Required when targeting a message; leave empty when targeting a file.",
|
|
308
|
+
"Timestamp of the message to remove the reaction from, e.g. 1710304378.475129. Required (with Channel ID) when targeting a message.": "Timestamp of the message to remove the reaction from, e.g. 1710304378.475129. Required (with Channel ID) when targeting a message.",
|
|
309
|
+
"File ID to remove the reaction from (e.g. F0123ABCD). Provide this instead of Channel ID + Timestamp when targeting a file.": "File ID to remove the reaction from (e.g. F0123ABCD). Provide this instead of Channel ID + Timestamp when targeting a file.",
|
|
310
|
+
"If enabled, the reaction is removed as the authenticated user instead of the bot.": "If enabled, the reaction is removed as the authenticated user instead of the bot.",
|
|
311
|
+
"Slack user ID to remove, e.g. 'U0123456789'. Resolve a handle/email to an ID first with Find User by Handle / Find User by Email.": "Slack user ID to remove, e.g. 'U0123456789'. Resolve a handle/email to an ID first with Find User by Handle / Find User by Email.",
|
|
312
|
+
"New name for the channel, without the leading '#'. Slack lowercases it and replaces spaces with hyphens, e.g. 'project-updates'. Max 80 characters.": "New name for the channel, without the leading '#'. Slack lowercases it and replaces spaces with hyphens, e.g. 'project-updates'. Max 80 characters.",
|
|
313
|
+
"The new purpose text. Pass an empty string to clear the purpose.": "The new purpose text. Pass an empty string to clear the purpose.",
|
|
314
|
+
"The new topic text. Pass an empty string to clear the topic.": "The new topic text. Pass an empty string to clear the topic.",
|
|
144
315
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
145
316
|
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
146
317
|
"Use user token instead of bot token": "Use user token instead of bot token",
|
|
@@ -191,6 +362,7 @@
|
|
|
191
362
|
"Emojis (E.g fire, smile)": "Emojis (E.g fire, smile)",
|
|
192
363
|
"Commands": "Commands",
|
|
193
364
|
"Interaction Type": "Interaction Type",
|
|
365
|
+
"This trigger needs Slack's App Webhook manually configured on self-hosted instances before it will receive events, see the [setup guide](https://www.activepieces.com/docs/install/configure-operate/setup-app-webhooks#slack).": "This trigger needs Slack's App Webhook manually configured on self-hosted instances before it will receive events, see the [setup guide](https://www.activepieces.com/docs/install/configure-operate/setup-app-webhooks#slack).",
|
|
194
366
|
"\n\tPlease make sure add the bot to the channel by following these steps:\n\t 1. Type /invite in the channel's chat.\n\t 2. Click on Add apps to this channel.\n\t 3. Search for and add the bot.\n \n**Note**: If you can't find the channel in the dropdown list (which fetches up to 2000 channels), please click on the **(F)** and type the channel ID directly in an array like this: `{`{ ['your_channel_id_1', 'your_channel_id_2', ...] `}`}": "\n\tPlease make sure add the bot to the channel by following these steps:\n\t 1. Type /invite in the channel's chat.\n\t 2. Click on Add apps to this channel.\n\t 3. Search for and add the bot.\n \n**Note**: If you can't find the channel in the dropdown list (which fetches up to 2000 channels), please click on the **(F)** and type the channel ID directly in an array like this: `{`{ ['your_channel_id_1', 'your_channel_id_2', ...] `}`}",
|
|
195
367
|
"If no channel is selected, the flow will be triggered for username mentions in all channels": "If no channel is selected, the flow will be triggered for username mentions in all channels",
|
|
196
368
|
"If enabled, provides a clean_text field with the user and user group mentions removed from the message.": "If enabled, provides a clean_text field with the user and user group mentions removed from the message.",
|
|
@@ -199,6 +371,7 @@
|
|
|
199
371
|
"If no channel is selected, the flow will be triggered for reactions removed in all channels the app has access to": "If no channel is selected, the flow will be triggered for reactions removed in all channels the app has access to",
|
|
200
372
|
"List of valid commands that the bot should respond to (e.g., help, ocr, remind)": "List of valid commands that the bot should respond to (e.g., help, ocr, remind)",
|
|
201
373
|
"If no channel is selected, the flow will be triggered for commands in all channels": "If no channel is selected, the flow will be triggered for commands in all channels",
|
|
374
|
+
"This trigger needs Slack's Interactivity & Shortcuts Request URL manually configured on self-hosted instances before it will receive events, see the [setup guide](https://www.activepieces.com/docs/install/configure-operate/setup-app-webhooks#slack).": "This trigger needs Slack's Interactivity & Shortcuts Request URL manually configured on self-hosted instances before it will receive events, see the [setup guide](https://www.activepieces.com/docs/install/configure-operate/setup-app-webhooks#slack).",
|
|
202
375
|
"Select the type of modal interaction to trigger on.": "Select the type of modal interaction to trigger on.",
|
|
203
376
|
"View Submission": "View Submission",
|
|
204
377
|
"View Closed": "View Closed"
|