Schedule Message
Creates a scheduled message in Slack.
Query
Comma-separated response fields to include.
Body
Channel to send the message to.
The content of the message.
Unix timestamp representing the future time the message should post to Slack.
Pass true to enable unfurling of primarily text-based content.
Pass false to disable unfurling of media content.
By default, URLs will be hyperlinked. Set parse to none to remove the hyperlinks. The behavior of parse is different for text formatted with markdown. By default, or when parse is set to none, markdown formatting is implemented. To ignore markdown formatting, set parse to full.
Provide another message's timestamp value to make this message a reply. Avoid using a reply's timestamp value; use its parent instead.
Used in conjunction with Thread Timestamp and indicates whether reply should be made visible to everyone in the channel or conversation.
Override the connection's Default Sender for this action only.