Onboarding Checklist Slack Workflow
detail.loadingPreview
Automates onboarding checklist processing and Slack notifications.
🚀Ready to Deploy This Workflow?
About This Workflow
This workflow is designed to process onboarding checklist information received via a webhook, generate embeddings, store them in Supabase, and trigger actions based on the processed data. It includes error handling via Slack alerts.
Key Features
- Triggered by a Slack webhook.
- Splits incoming text data into manageable chunks.
- Generates embeddings using OpenAI's
text-embedding-3-smallmodel. - Stores and retrieves vector data from Supabase.
- Utilizes an Anthropic chat model for language understanding.
- Employs a RAG Agent to process data and interact with tools.
- Logs the status to a Google Sheet.
- Sends Slack alerts for any errors.
How To Use
- Webhook Trigger: Set up the webhook URL to receive data from your source (e.g., a Slack app or other integration).
- Text Splitter: Configure
chunkSizeandchunkOverlapas needed for your text data. - Embeddings: Ensure your OpenAI API credentials (
OPENAI_API) are configured. - Supabase Insert/Query: Configure your Supabase API credentials (
SUPABASE_API) and theindexName('onboarding_checklist_slack'). - Chat Model: Configure your Anthropic API credentials (
ANTHROPIC_API). - RAG Agent: The
textparameter should be mapped to the incoming data ({{ $json }}). ThesystemMessagecan be customized. - Append Sheet: Configure your Google Sheets API credentials (
SHEETS_API), theSHEET_ID, and theLogsheet name. TheStatuscolumn is updated with the output from the 'RAG Agent'. - Slack Alert: Configure your Slack API credentials (
SLACK_API) and the target channel (#alerts).
Apps Used
Workflow JSON
{
"id": "329bae8b-f980-4ff7-a573-1ebd83ff8c00",
"name": "Onboarding Checklist Slack Workflow",
"nodes": 0,
"category": "Automation",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 329bae8b-f980...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Related Workflows
Discover more workflows you might like
Inventory Slack Alert Workflow
Triggers an alert based on inventory changes, processes data using RAG, and logs results.
Supply Chain Delay Monitor
Automated monitoring and logging of supply chain delays using a webhook, text processing, embeddings, and a vector store.
Dynamic Prompt Generation from GitHub with Language Model Integration
Fetches prompts from a GitHub repository, substitutes variables, and processes them with an AI agent.