- Send real-time bank SMS alerts to a dedicated Telegram channel.
- Log SMS alerts in a Google Sheet for record-keeping and analysis.
- Utilize AI to process and understand SMS content effectively.
- Receive error notifications in Slack for immediate troubleshooting.
Webhook captures incoming bank SMS alerts. Text is split into manageable chunks for processing. AI embeddings enhance the understanding of SMS content. Data is inserted into Supabase for storage and retrieval. Alerts are sent to a Telegram channel for user notifications. Errors trigger Slack alerts for quick resolution.
- 1Import the workflow template into your n8n environment.
- 2Configure the webhook to receive bank SMS alerts.
- 3Set up the Supabase database for storing SMS data.
- 4Connect your Telegram account to send alerts.
- 5Link your Slack account for error notifications.
- 6Test the workflow to ensure all components are functioning.