New services
Explore Plans
Mobile menu Close menu
SlackSlack

Post to channel

This Action will post a message to the channel you choose in Slack.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This Action will post a message to the channel you choose in Slack.
API endpoint slug
slack.post_to_channel
Filter code method
Slack.postToChannel.skip(string?: reason)
Runtime method
runAction("slack.post_to_channel", {})

Action fields

Channel Nested dropdown list

Label
Which channel?
Slug
channel
Required
true
Can have default value
false

Message Text input

Label
Message
Slug
message
Required
true
Can have default value
true
Filter code method
Slack.postToChannel.setMessage(string: message)

Title Text input > Title

Label
Title
Helper text
Optional
Slug
title
Required
false
Can have default value
true
Filter code method
Slack.postToChannel.setTitle(string: title)

Title URL Text input > Link

Label
Title URL
Helper text
Optional
Slug
title_url
Required
false
Can have default value
true
Filter code method
Slack.postToChannel.setTitleUrl(string: titleUrl)

Image URL Text input > Photo

Label
Thumbnail URL
Helper text
Optional
Slug
image_url
Required
false
Can have default value
true
Filter code method
Slack.postToChannel.setImageUrl(string: imageUrl)