Slack. Web. Chat. ScheduledMessages
(SlackKit v1.0.0-alpha.0)
View Source
Summary
Functions
Returns a list of scheduled messages.
Functions
Returns a list of scheduled messages.
API reference
Rate limit: Tier 3: 50+ per minute
Scopes: No scopes required
Optional Params
channel- The channel of the scheduled messages ex:C123456789cursor- For pagination purposes, this is thecursorvalue returned from a previous call tochat.scheduledmessages.listindicating where you want to start this call from. ex:dXNlcjpVMDYxTkZUVDI=latest- A Unix timestamp of the latest value in the time range. This field will be ignored if the API call is sent using a workspace-level token.oldestsignifies the Unix timestamp of the earliest range you're interested in.latestsignifies the latest. If botholdestandlatestare specified,oldestmust be less thanlatest. ex:1562137200limit- Maximum number of original entries to return. ex:100oldest- A Unix timestamp of the oldest value in the time range. This field will be ignored if the API call is sent using a workspace-level token.oldestsignifies the Unix timestamp of the earliest range you're interested in.latestsignifies the latest. If botholdestandlatestare specified,oldestmust be less thanlatest. ex:1562137200team_id- encoded team id to list channels in, required if org token is used
Errors the API can return:
invalid_channel- The channel passed is invalidinvalid_cursor- Provided cursor is invalidinvalid_token- Token is invalid
See the Common Errors guide for errors returned by every Web API method.