
Slack Summary Reporter
Pricing
Pay per usage
Go to Store

Slack Summary Reporter
A simple Python Actor that fetches recent Slack messages, summarizes them via OpenAI, and posts the summary back to Slack.
0.0 (0)
Pricing
Pay per usage
0
Total users
1
Monthly users
1
Last modified
7 days ago
How many days back to fetch messages
summaryDays
integerRequired
Number of days of Slack history to include in the summary
Default value of this property is 1
Summarization Prompt
summaryPromptTemplate
stringOptional
Override the default summarization instruction
Default value of this property is "Summarize the following Slack messages."
Max Chunk Tokens
maxChunkTokens
integerOptional
Maximum number of tokens per chunk when sending to OpenAI
Default value of this property is 20000
Slack Channel ID (read)
slackChannelFetch
stringRequired
ID of the channel to fetch messages from (e.g. C0123456789)