Sanjivani-S / DraftGPT

GPT that drafts a Root Cause Analysis (RCA) document with input from unstructured sources (e.g. Slack chat, document templates, and emails)
3 stars 2 forks source link

Include link to Slack channel #20

Open montao opened 5 months ago

zibiax commented 5 months ago

I got it working, but it needs some sort of authentication key to be able to read the message from slack. So I dont know if its a good system if a person needs to input a slack-signing token with all the other inputs as well.

montao commented 5 months ago

check if API access requires paid subscription

zibiax commented 5 months ago

Now I got it working. You need an app with bot/user token that has "channels:history", "channels:read" access if you want it to be able to read from a channel in slack.

image

I will fix my code so that the slack stuff isnt necessary for the workflow to run so it can be merged with main