Use Cases
- Automate the summarization of Slack calls for team meetings
- Send concise summaries of discussions to team members via email
- Enhance communication efficiency by reducing the need for lengthy call notes
How It Works
Trigger the workflow with an incoming Slack message Fetch call data from Slack using an HTTP request Utilize OpenAI to generate a summary of the call Send the summarized content to a designated email address
Setup Steps
- 1Import the workflow template into n8n
- 2Configure the Slack webhook trigger with the appropriate path
- 3Set up the HTTP request to fetch data from Slack
- 4Connect to OpenAI for summarization
- 5Configure the email sending node with the desired recipient details
Apps Used
Slack
OpenAI
Categories
Tags
#ai content generation
#slack automation
#email automation