What will start your automation…
Refer to Slack – connection.
Trigger List and Settings Copy Link
Recurrence rule or scheduler settings Copy Link
See Wiresk Scheduler – The Fundamentals.
Setting up the recurrence rule or scheduler of your Trigger (if the Trigger is not a Webhook):
- Regular intervals will monitor your Trigger by intervals in minute
- Daily recurrence will monitor your Trigger by day and hour
- Monthly recurrence will monitor your Trigger every month on a defined date and hour
- Yearly recurrence will monitor your Trigger on a specific date and hour every year
- Specific dates will start your Trigger on specific dates
Get sample with the”Use” button Copy Link
After you’ve configured your Trigger parameters, select the “Use” button to fetch a live sample of data from the Trigger.
What it does:
- Extracts real data based on your Trigger setup
- Validates your parameters by showing if they match existing records
- Prepares data for field mapping – the sample helps you map your Trigger output to your Method parameters in the Flow. Refer to FIELD MAPPING documentation.
Think of it as a preview step: it makes sure your Trigger is working and gives you real data to work with when setting up the rest of your Flow.
Scheduled Triggers: Copy Link
These Triggers will start your Flow automatically at a specific time or intervals instead of being triggered by events like Webhooks.
MESSAGE Copy Link
Search Messages Copy Link
⚠️ When using a Bot Connection (user token) with this Method, search results will be affected by the search filters set in the Slack UI.
For more detail, see Slack API reference Search Messages
Configuration Table:
Name* | Search Message |
Connection* | Select your connection or create one. |
Timeout | You can additionally set the Trigger duration to limit the information processed per execution to optimize performance and resource usage. |
Recurrence Rule/scheduler* | Set up your recurrence rule. |
PARAMETERS
This tab enables you to configure the Trigger.
Search*:
Enter your query (search criteria).
Count:
Number of items to return per page.
Default: 20
, Max: 100
Cursor:
Use this when getting results with cursormark pagination. For first call send *
for subsequent calls, send the value of next_cursor
returned in the previous call’s results
Highlight:
True – False
Pass a value of true
to enable query highlight markers.
When a search query matches multiple messages in close proximity to one another, only one match will be returned. Using the highlights=true
parameter, you can identify which items match the query, and which are provided for context only.
Page:
Page number of results to return.
Default: 1
Sort:
Return matches sorted by either score
or timestamp
.
Default: score
Sort Direction:
Change sort direction to ascending (asc
) or descending (desc
).
Team ID:
The team_id
is only relevant when using an org-level token. This field will be ignored if the API call is sent using a workspace-level token.
This tab allows you to preview the data that will be retrieved and included in the output.
In specific Trigger instances, data can only be previewed when it is available for retrieval. If no event occurs from the Trigger, a message “No data available” will be displayed.

Use this button to preview the data based on the “Configure Parameter” tab.
(*) required field
Response example
{
"iid": "9008a163-a62c-468e-acd9-cad6fd77ce9f",
"team": "T07BWLY9RSR",
"score": 0,
"channel": {
"id": "C07BYUQ2DHC",
"is_channel": true,
"is_group": false,
"is_im": false,
"is_mpim": false,
"is_shared": false,
"is_org_shared": false,
"is_ext_shared": false,
"is_private": false,
"name": "we-develop",
"pending_shared": null,
"is_pending_ext_shared": false
},
"type": "message",
"user": "U07C22V87UL",
"username": "wiresk",
"ts": "1721204680.277979",
"blocks": [
{
"type": "rich_text",
"block_id": "0Er/="
}
],
"text": "Share message Hello Dear Wiresk team",
"permalink": "https://sp-dev-workspace.slack.com/archives/C07BYUQ2DHC/p1721204680277979",
"no_reactions": true
}
⚠️ Reminder: Click “Use” to validate your Trigger with sample data before saving.
List Replied Messages Copy Link
⚠️ Bot user tokens may use this method for direct message and multi-party direct message conversations, but lack sufficient permissions to use this method on public and private channels.
For more detail, see Slack API reference Conversations replies.
Configuration Table:
Name* | List Reply Message |
Connection* | Select your connection or create one. |
Timeout | You can additionally set the Trigger duration to limit the information processed per execution to optimize performance and resource usage. |
Recurrence Rule/scheduler* | Set up your recurrence rule. |
PARAMETERS
This tab enables you to configure the Trigger.
Channel Type*:
Select the Channel Type:
- Public Channel
- Private Channel
- Direct Message
Channel*:
Select the Channel.
Timestamp (Message ID)*:
Pick either a thread’s parent message or a message in the thread.
Display of existing message with 0 or more replies. If there are no replies then just the single message will be displayed.
Cursor:
Paginate through collections of data by setting the cursor
parameter to a next_cursor
attribute returned by a previous request’s response_metadata
. Default value fetches the first “page” of the collection. See pagination for more detail.
Include all Metadata:
True - False
Return all metadata associated with this message.
Default: False
inclusive:
True - False
Include messages with oldest
or latest
timestamps in results. Ignored unless either timestamp is specified.
Default: False
Limit:
The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the users list hasn’t been reached.
Default: 1000
Latest:
Only messages before this timestamp will be included in results.
Oldest:
Only messages after this timestamp will be included in results.
Retrieve by:
Select : All Record - New Record
Selecting All Record retrieve all existing messages. Choosing New Record shows only messages created since the last time the Flow was executed.
This tab allows you to preview the data that will be retrieved and included in the output.
In specific Trigger instances, data can only be previewed when it is available for retrieval. If no event occurs from the Trigger, a message “No data available” will be displayed.

Use this button to preview the data based on the “Configure Parameter” tab.
(*) required field
Response example
{
"user": "U07C22V87UL",
"type": "message",
"ts": "1721292158.998399",
"edited": {
"user": "B07CKC0MW4B",
"ts": "1721292159.000000"
},
"bot_id": "B07CKC0MW4B",
"app_id": "A07CC2M53MK",
"text": "Updated message",
"team": "T07BWLY9RSR",
"bot_profile": {
"id": "B07CKC0MW4B",
"deleted": false,
"name": "Demo App",
"updated": 1721097948,
"app_id": "A07CC2M53MK",
"icons": {
"image_36": "https://a.slack-edge.com/80588/img/plugins/app/bot_36.png",
"image_48": "https://a.slack-edge.com/80588/img/plugins/app/bot_48.png",
"image_72": "https://a.slack-edge.com/80588/img/plugins/app/service_72.png"
},
"team_id": "T07BWLY9RSR"
},
"thread_ts": "1721292158.998399",
"reply_count": 1,
"reply_users_count": 1,
"latest_reply": "1721292197.217649",
"reply_users": null,
"is_locked": false,
"subscribed": true,
"last_read": "1721292197.217649",
"attachments": [
{
"id": 1,
"fallback": "text-world",
"text": "text-world",
"pretext": "pre-hello"
}
],
"blocks": [
{
"type": "rich_text",
"block_id": "8y=F5"
}
]
}
⚠️ Reminder: Click “Use” to validate your Trigger with sample data before saving.
FILE Copy Link
Search Files Copy Link
⚠️ When using a Bot Connection (user token) with this Method, search results will be affected by the search filters set in the Slack UI.
For more detail, see Slack API reference Search Files
Configuration Table:
Name* | Search File |
Connection* | Select your connection or create one. |
Timeout | You can additionally set the Trigger duration to limit the information processed per execution to optimize performance and resource usage. |
Recurrence Rule/scheduler* | Set up your recurrence rule. |
PARAMETERS
This tab enables you to configure the Trigger.
Search*:
Enter your query (search criteria).
Count:
Number of items to return per page.
Default: 20
, Max: 100
Highlight:
True - False
Pass a value of true
to enable query highlight markers.
When a search query matches multiple messages in close proximity to one another, only one match will be returned. Using the highlights=true
parameter, you can identify which items match the query, and which are provided for context only.
Page:
Page number of results to return.
Default: 1, Max: 100
Sort:
Return matches sorted by either score
or timestamp
.
Default: score
Sort Direction:
Change sort direction to ascending (asc
) or descending (desc
).
Team ID:
The team_id
is only relevant when using an org-level token. This field will be ignored if the API call is sent using a workspace-level token.
This tab allows you to preview the data that will be retrieved and included in the output.
In specific Trigger instances, data can only be previewed when it is available for retrieval. If no event occurs from the Trigger, a message “No data available” will be displayed.

Use this button to preview the data based on the “Configure Parameter” tab.
(*) required field
Response example
{
"created": 1721405199,
"timestamp": 1721405199,
"name": "hello.text",
"title": "hello.text",
"mimetype": "text/plain",
"filetype": "text",
"pretty_type": "Plain Text",
"user": "U07C22V87UL",
"user_team": "T07BWLY9RSR",
"editable": true,
"size": 5,
"mode": "snippet",
"is_external": false,
"external_type": null,
"is_public": true,
"public_url_shared": false,
"display_as_bot": false,
"username": null,
"url_private": "https://files.slack.com/files-pri/T07BWLY9RSR-F07D88A9402/hello.text",
"url_private_download": "https://files.slack.com/files-pri/T07BWLY9RSR-F07D88A9402/download/hello.text",
"permalink": "https://sp-dev-workspace.slack.com/files/U07C22V87UL/F07D88A9402/hello.text",
"edit_link": "https://sp-dev-workspace.slack.com/files/U07C22V87UL/F07D88A9402/hello.text/edit",
"preview": "hello",
"preview_highlight": "<div class=\"CodeMirror cm-s-default CodeMirrorServer\">\n<div class=\"CodeMirror-code\">\n<div><pre>hello</pre></div>\n</div>\n</div>",
"lines": 1,
"lines_more": 0,
"preview_is_truncated": false,
"channels": [
{
"id": "C07BYUQ2DHC"
}
],
"groups": null,
"ims": null,
"comments_count": 0
}
⚠️ Reminder: Click “Use” to validate your Trigger with sample data before saving.
List Files Copy Link
⚠️ In order to gather information on tombstoned files in Free workspaces, so that you can delete or revoke them, set the
show files hidden by limit
parameter to true
.For more detail, see Slack API reference List Files.
Configuration Table:
Name* | List Files |
Connection* | Select your connection or create one. |
Timeout | You can additionally set the Trigger duration to limit the information processed per execution to optimize performance and resource usage. |
Recurrence Rule/scheduler* | Set up your recurrence rule. |
PARAMETERS
This tab enables you to configure the Trigger.
Channel Type*:
Select the Channel Type:
- Public Channel
- Private Channel
- Direct Message
Channel*:
Select the Channel.
Count:
Number of items to return per page.
Default: 100
Page:
Page number of results to return.
Default: 1
Show File Hidden by Limit:
True - False
Show truncated file info for files hidden due to being too old, and the team who owns the file being over the file limit.
Team ID:
The team_id
is only relevant when using an org-level token. This field will be ignored if the API call is sent using a workspace-level token.
Start Date:
Filter files created after this timestamp (inclusive).
End Date:
Filter files created before this timestamp (inclusive).
Types:
Filter the file type:
- All File
- Posts
- Snippets
- Image files
- Google docs
- Zip files
- PDF files
Default: all files
User ID:
Filter files created by a specific user.
Retrieve by:
Select : All Record - New Record
Selecting All Record retrieve all existing files. Choosing New Record shows only files created since the last time the Flow was executed.
This tab allows you to preview the data that will be retrieved and included in the output.
In specific Trigger instances, data can only be previewed when it is available for retrieval. If no event occurs from the Trigger, a message “No data available” will be displayed.

Use this button to preview the data based on the “Configure Parameter” tab.
(*) required field
Response example
{
"id": "F07D88A9402",
"created": 1721405199,
"timestamp": 1721405199,
"name": "hello.text",
"title": "hello.text",
"mimetype": "text/plain",
"filetype": "text",
"pretty_type": "Plain Text",
"user": "U07C22V87UL",
"user_team": "T07BWLY9RSR",
"editable": true,
"size": 5,
"mode": "snippet",
"is_external": false,
"external_type": null,
"is_public": true,
"public_url_shared": false,
"display_as_bot": false,
"username": null,
"url_private": "https://files.slack.com/files-pri/T07BWLY9RSR-F07D88A9402/hello.text",
"url_private_download": "https://files.slack.com/files-pri/T07BWLY9RSR-F07D88A9402/download/hello.text",
"permalink": "https://sp-dev-workspace.slack.com/files/U07C22V87UL/F07D88A9402/hello.text",
"edit_link": "https://sp-dev-workspace.slack.com/files/U07C22V87UL/F07D88A9402/hello.text/edit",
"preview": "hello",
"preview_highlight": "<div class=\"CodeMirror cm-s-default CodeMirrorServer\">\n<div class=\"CodeMirror-code\">\n<div><pre>hello</pre></div>\n</div>\n</div>",
"lines": 1,
"lines_more": 0,
"preview_is_truncated": false,
"channels": [
{
"id": "C07BYUQ2DHC"
}
],
"groups": null,
"ims": null,
"comments_count": 0
}
⚠️ Reminder: Click “Use” to validate your Trigger with sample data before saving.
CHANNEL Copy Link
List Channels Copy Link
For more detail, see Slack API reference Conversations.list.
Configuration Table:
Name* | List Channels |
Connection* | Select your connection or create one. |
Timeout | You can additionally set the Trigger duration to limit the information processed per execution to optimize performance and resource usage. |
Recurrence Rule/scheduler* | Set up your recurrence rule. |
PARAMETERS
This tab enables you to configure the Trigger.
Channel Type*:
Select the Channel Type:
- Public Channel
- Private Channel
- Direct Message
Team ID:
The team_id
is only relevant when using an org-level token. This field will be ignored if the API call is sent using a workspace-level token.
Exclude Archived:
Filter files created before this timestamp (inclusive).
Cursor:
Paginate through collections of data by setting the cursor
parameter to a next_cursor
attribute returned by a previous request’s response_metadata
. Default value fetches the first “page” of the collection. See pagination for more detail.
Limit:
The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the list hasn’t been reached. Must be an integer under 1000.
Default: 100
Retrieve by:
Select : All Record - New Record
Selecting All Record retrieve all existing channels. Choosing New Record shows only new channels since the last time the Flow was executed.
This tab allows you to preview the data that will be retrieved and included in the output.
In specific Trigger instances, data can only be previewed when it is available for retrieval. If no event occurs from the Trigger, a message “No data available” will be displayed.

Use this button to preview the data based on the “Configure Parameter” tab.
(*) required field
Response example
{
"id": "C07BK1NDZ0X",
"name": "general",
"is_channel": true,
"is_group": false,
"is_im": false,
"is_mpim": false,
"is_private": false,
"created": 1720691334,
"is_archived": false,
"is_general": true,
"unlinked": 0,
"name_normalized": "general",
"is_shared": false,
"is_org_shared": false,
"is_pending_ext_shared": false,
"pending_shared": null,
"context_team_id": "T07BWLY9RSR",
"updated": 1720691334544,
"parent_conversation": null,
"creator": "U07C22V87UL",
"is_ext_shared": false,
"shared_team_ids": [
{
"id": "T07BWLY9RSR"
}
],
"pending_connected_team_ids": null,
"is_member": true,
"topic": {
"value": null,
"creator": null,
"last_set": 0
},
"purpose": {
"value": "This is the one channel that will always include everyone. It’s a great spot for announcements and team-wide conversations.",
"creator": "U07C22V87UL",
"last_set": 1720691334
},
"properties": {
"use_case": "welcome"
},
"previous_names": null,
"num_members": 1
}
⚠️ Reminder: Click “Use” to validate your Trigger with sample data before saving.
List Channel Members Copy Link
For more detail, see Slack API reference Conversations.members
Configuration Table:
Name* | List Channel Members |
Connection* | Select your connection or create one. |
Timeout | You can additionally set the Trigger duration to limit the information processed per execution to optimize performance and resource usage. |
Recurrence Rule/scheduler* | Set up your recurrence rule. |
PARAMETERS
This tab enables you to configure the Trigger.
Channel Type*:
Select the Channel Type:
- Public Channel
- Private Channel
- Direct Message
Channel*:
Select the Channel (the conversation to retrieve members from).
Cursor:
Paginate through collections of data by setting the cursor
parameter to a next_cursor
attribute returned by a previous request’s response_metadata
. Default value fetches the first “page” of the collection. See pagination for more detail.
Limit:
The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the users list hasn’t been reached.
Default: 1000
Retrieve by:
Select : All Record - New Record
Selecting All Record retrieve all existing members. Choosing New Record shows only new members since the last time the Flow was executed.
This tab allows you to preview the data that will be retrieved and included in the output.
In specific Trigger instances, data can only be previewed when it is available for retrieval. If no event occurs from the Trigger, a message “No data available” will be displayed.

Use this button to preview the data based on the “Configure Parameter” tab.
(*) required field
Response example
{
"id": "C07BK1NDZ0X"
}
⚠️ Reminder: Click “Use” to validate your Trigger with sample data before saving.
REACTION Copy Link
List Reactions Copy Link
For more detail, see Slack API reference Reactions.list.
Configuration Table:
Name* | List Reactions |
Connection* | Select your connection or create one. |
Timeout | You can additionally set the Trigger duration to limit the information processed per execution to optimize performance and resource usage. |
Recurrence Rule/scheduler* | Set up your recurrence rule. |
PARAMETERS
This tab enables you to configure the Trigger.
Cursor:
Paginate through collections of data by setting the cursor
parameter to a next_cursor
attribute returned by a previous request’s response_metadata
. Default value fetches the first “page” of the collection. See pagination for more detail.
Count:
Number of items to return per page.
Default:100
Full:
True - False
If true always return the complete reaction list.
Limit:
The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the list hasn’t been reached. Must be an integer under 1000.
Default: 100
Page:
Page number of results to return.
Default: 1
Team ID:
The team_id
is only relevant when using an org-level token. This field will be ignored if the API call is sent using a workspace-level token.
User ID:
Shows reactions from this user; defaults to the authenticated user.
Retrieve by:
Select : All Record - New Record
Selecting All Record retrieve all existing channels. Choosing New Record shows only new channels since the last time the Flow was executed.
This tab allows you to preview the data that will be retrieved and included in the output.
In specific Trigger instances, data can only be previewed when it is available for retrieval. If no event occurs from the Trigger, a message “No data available” will be displayed.

Use this button to preview the data based on the “Configure Parameter” tab.
(*) required field
Response example
{
"type": "message",
"channel": "C07BYUQ2DHC",
"message": {
"user": "U07C22V87UL",
"type": "message",
"ts": "1721200926.110779",
"edited": {
"user": "B07CKC0MW4B",
"ts": "1721201104.000000"
},
"bot_id": "B07CKC0MW4B",
"app_id": "A07CC2M53MK",
"text": "Updated Hello Dear Wiresk team",
"team": "T07BWLY9RSR",
"bot_profile": {
"id": "B07CKC0MW4B",
"deleted": false,
"name": "Demo App",
"updated": "2024-07-16 02:45:48",
"app_id": "A07CC2M53MK",
"icons": {
"image_36": "https://a.slack-edge.com/80588/img/plugins/app/bot_36.png",
"image_48": "https://a.slack-edge.com/80588/img/plugins/app/bot_48.png",
"image_72": "https://a.slack-edge.com/80588/img/plugins/app/service_72.png"
},
"team_id": "T07BWLY9RSR"
},
"blocks": null,
"reactions": [
{
"name": "+1",
"users": [
{
"id": "U07C22V87UL"
}
],
"count": 1
}
],
"permalink": "https://sp-dev-workspace.slack.com/archives/C07BYUQ2DHC/p1721200926110779"
}
}
⚠️ Reminder: Click “Use” to validate your Trigger with sample data before saving.
PINS Copy Link
List Pins Copy Link
For more detail, see Slack API reference Pins.list
Configuration Table:
Name* | List Pins |
Connection* | Select your connection or create one. |
Timeout | You can additionally set the Trigger duration to limit the information processed per execution to optimize performance and resource usage. |
Recurrence Rule/scheduler* | Set up your recurrence rule. |
PARAMETERS
This tab enables you to configure the Trigger.
Channel Type*:
Select the Channel Type:
- Public Channel
- Private Channel
- Direct Message
Channel*:
Select the Channel.
Retrieve by:
Select : All Record - New Record
Selecting All Record retrieve all existing members. Choosing New Record shows only new members since the last time the Flow was executed.
This tab allows you to preview the data that will be retrieved and included in the output.
In specific Trigger instances, data can only be previewed when it is available for retrieval. If no event occurs from the Trigger, a message “No data available” will be displayed.

Use this button to preview the data based on the “Configure Parameter” tab.
(*) required field
Response example
{
"items": [
{
"channel": "C123ABC456",
"created": 1508881078,
"created_by": "U123ABC456",
"message": {
"permalink": "https://hitchhikers.slack.com/archives/C2U86NC6H/p1508197641000151",
"pinned_to": [
"C2U86NC6H"
],
"text": "What is the meaning of life?",
"ts": "1508197641.000151",
"type": "message",
"user": "U123ABC456"
},
"type": "message"
},
{
"channel": "C123ABC456",
"created": 1508880991,
"created_by": "U123ABC456",
"message": {
"permalink": "https://hitchhikers.slack.com/archives/C2U86NC6H/p1508284197000015",
"pinned_to": [
"C123ABC456"
],
"text": "The meaning of life, the universe, and everything is 42.",
"ts": "1503289197.000015",
"type": "message",
"user": "U123ABC456"
},
"type": "message"
}
],
"ok": true
}
⚠️ Reminder: Click “Use” to validate your Trigger with sample data before saving.
USERS Copy Link
List Users Copy Link
For more detail, see Slack API reference Pins.list
Configuration Table:
Name* | List Users |
Connection* | Select your connection or create one. |
Timeout | You can additionally set the Trigger duration to limit the information processed per execution to optimize performance and resource usage. |
Recurrence Rule/scheduler* | Set up your recurrence rule. |
PARAMETERS
This tab enables you to configure the Trigger.
Cursor:
Paginate through collections of data by setting the cursor
parameter to a next_cursor
attribute returned by a previous request’s response_metadata
. Default value fetches the first “page” of the collection. See pagination for more detail.
Include Locale:
True - False
Set this to true
to receive the locale for users.
Default: false
Limit:
The maximum number of items to return.
Fewer than the requested number of items may be returned, even if the end of the users list hasn’t been reached.
Providing no limit
value will result in Slack attempting to deliver you the entire result set. If the collection is too large you may experience limit_required
or HTTP 500 errors.
Default: 0
Team ID:
The team_id
is only relevant when using an org-level token. This field will be ignored if the API call is sent using a workspace-level token.
Retrieve by:
Select : All Record - New Record
Selecting All Record retrieve all existing members. Choosing New Record shows only new members since the last time the Flow was executed.
This tab allows you to preview the data that will be retrieved and included in the output.
In specific Trigger instances, data can only be previewed when it is available for retrieval. If no event occurs from the Trigger, a message “No data available” will be displayed.

Use this button to preview the data based on the “Configure Parameter” tab.
(*) required field
Response example
{
"id": "USLACKBOT",
"team_id": "T07BWLY9RSR",
"name": "slackbot",
"deleted": false,
"color": "757575",
"real_name": "Slackbot",
"tz": "America/Los_Angeles",
"tz_label": "Pacific Daylight Time",
"tz_offset": -25200,
"profile": {
"title": "Slackbot",
"phone": "+85501010101",
"skype": "Slackbot",
"real_name": "Slackbot",
"real_name_normalized": "Slackbot",
"display_name": "Slackbot",
"display_name_normalized": "Slackbot",
"fields": null,
"status_text": "Slackbot",
"status_emoji": "thumbsup",
"status_emoji_display_info": null,
"status_expiration": 0,
"avatar_hash": "sv41d8cd98f0",
"always_active": true,
"first_name": "slackbot",
"last_name": "slackbot",
"image_24": "https://a.slack-edge.com/80588/img/slackbot_24.png",
"image_32": "https://a.slack-edge.com/80588/img/slackbot_32.png",
"image_48": "https://a.slack-edge.com/80588/img/slackbot_48.png",
"image_72": "https://a.slack-edge.com/80588/img/slackbot_72.png",
"image_192": "https://a.slack-edge.com/80588/marketing/img/avatars/slackbot/avatar-slackbot.png",
"image_512": "https://a.slack-edge.com/80588/img/slackbot_512.png",
"status_text_canonical": null,
"team": "T07BWLY9RSR"
},
"is_admin": false,
"is_owner": false,
"is_primary_owner": false,
"is_restricted": false,
"is_ultra_restricted": false,
"is_bot": false,
"is_app_user": false,
"updated": "1970-01-01 00:00:00",
"is_email_confirmed": false,
"who_can_share_contact_card": "EVERYONE"
}
⚠️ Reminder: Click “Use” to validate your Trigger with sample data before saving.
STARS Copy Link
This Trigger is deprecated. For more details, refer to Slack Changelog.
List Stars Copy Link
List a user’s saved items.
REMINDERS Copy Link
This Trigger is deprecated. For more details, refer to Slack Changelog.
List Reminders Copy Link
List all reminders created by or for a given user.
5 – Test run or automate your Flow Copy Link
After setting up your Flow, you can choose to:
- “Run once”, your Flow will run only a single time. You can use this function to test your Flow. Refer to how to set up an HTTP Trigger, in the Trigger setting step.
- “Run Scheduler” will automate your Flows with the recurrence rule you previously defined.
For more details, refer to How to run a Flow tutorial in our Help Center.
If you are using a Webhook Trigger, the Flow will initiate automatically when a webhook is received from your connected apps. This means that the Flow is automated without a scheduler and will run until you deactivate the Flow manually. Refer to Webhook documentation in our Help Center.
If you need an integration that you cannot find in Wiresk, you can make a request to our team, and we will try our best to satisfy your needs.