Docs

Schedule Message

Creates a scheduled message in Slack.

POST

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
stringrequired

Channel to send the message to.

stringrequired

The content of the message.

daterequired

Unix timestamp representing the future time the message should post to Slack.

Uncommon arguments
boolean

Pass true to enable unfurling of primarily text-based content.

boolean

Pass false to disable unfurling of media content.

string

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.

string

Provide another message's timestamp value to make this message a reply. Avoid using a reply's timestamp value; use its parent instead.

boolean

Used in conjunction with Thread Timestamp and indicates whether reply should be made visible to everyone in the channel or conversation.

string

Override the connection's Default Sender for this action only.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.