provider chat.scheduledMessageschat GET /chat.scheduledMessages.list
@utdk/slack /chat.scheduledMessages.list
chat_scheduledMessages_list
Returns a list of scheduled messages.
token header
Authentication token. Requires scope: `none`
string
channel query
The channel of the scheduled messages
string
latest query
A UNIX timestamp of the latest value in the time range
number
oldest query
A UNIX timestamp of the oldest value in the time range
number
limit query
Maximum number of original entries to return.
integer
cursor query
For pagination purposes, this is the `cursor` value returned from a previous call to `chat.scheduledmessages.list` indicating where you want to start this call from.
string

Try it

Authentication
Configure credentials for Slack Web API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

chatScheduledmessagesList
GET/chat.scheduledMessages.list
Returns a list of scheduled messages.

The channel of the scheduled messages

A UNIX timestamp of the latest value in the time range

A UNIX timestamp of the oldest value in the time range

Maximum number of original entries to return.

For pagination purposes, this is the `cursor` value returned from a previous call to `chat.scheduledmessages.list` indicating where you want to start this call from.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.chatScheduledmessagesList()