- Send automated SMS reminders for assignment deadlines.
- Log assignment statuses in Google Sheets for tracking.
- Notify team members via Slack in case of errors.
Triggers the workflow through a webhook when an assignment is created. Processes the assignment data using a text splitter for efficient handling. Generates embeddings for the text and stores them in a vector database. Queries the vector database for context and processes the data with an AI agent. Logs the assignment status in Google Sheets and sends alerts via Slack if errors occur.
- 1Import the Assignment SMS Reminder workflow template.
- 2Configure the webhook URL to receive assignment data.
- 3Set up Google Sheets credentials for logging assignment statuses.
- 4Connect Slack for error notifications.
- 5Test the workflow to ensure proper functionality.