Reading Slack Messages

Deprecated Book

To read messages from a Slack channel or user, you can specify the source and optionally a time range.

Examples

  1. This example illustrates how to read messages from the "general" channel on Slack without specifying a time range.

read slack messages from "general"
  1. In this example, the user requests to read messages from a user named "john.doe" that were sent within a specific time range, from March 1, 2023, to April 1, 2023.

the before time is "2023-04-01T00:00:00Z"
the after time is "2023-03-01T00:00:00Z"
read slack messages from "john.doe"

Last updated

Was this helpful?