Node Configuration
-
Query: SQL SELECT statement to execute
- Must be a valid SELECT query
- Can be dynamically provided from previous nodes
- View Snowflake SQL reference
-
Column Names: Specify which columns from your query results to expose as outputs
- Each column becomes a separate output that can connect to other nodes
- Output is in
List
format
Authentication
- Navigate to Credentials page
- Add Snowflake credentials:
- Account Identifier URL (e.g.,
org-account.region.snowflakecomputing.com
)- Required for connecting to your Snowflake instance
- How to find your account identifier
- Username
- Password
- Account Identifier URL (e.g.,
Example Workflows
1. Sales Performance Alerts
- Snowflake Reader fetches daily sales metrics including revenue, targets, and regional performance
- Combine Text formats the data into a structured alert message:
- Highlights underperforming regions and revenue gaps
- Shows month-over-month comparisons
- Includes relevant sales manager contacts
- Slack messages are automatically routed to:
- Regional sales channels for local performance
- Executive channel for company-wide metrics
- Custom channels based on alert severity
2. Inventory Management
- Snowflake Reader monitors:
- Current stock levels across warehouses
- Historical consumption rates
- Supplier details and lead times
- Gmail Sender automates:
- Purchase order emails to suppliers
- Order confirmation requests
- Delivery timeline updates
- Airtable Writer maintains:
- Complete order history
- Supplier response times
- Reorder patterns for analysis
3. Customer Engagement Automation
- Snowflake Reader collects:
- Purchase history and frequency
- Product category preferences
- Customer interaction data
- Ask AI processes this data to:
- Generate personalized product recommendations
- Create customized email content
- Optimize sending times
- SendGrid Email Sender delivers:
- Targeted promotional campaigns
- Personalized follow-up messages
- Product recommendation emails
4. Data Quality Monitoring
- Snowflake Reader checks for:
- Missing or null values
- Data format inconsistencies
- Anomalous patterns
- Jira Issue Creator automatically:
- Opens tickets for detected issues
- Assigns to appropriate team members
- Sets priority based on impact
- Slack notifications include:
- Issue summary and severity
- Direct link to Jira ticket
- Required action items
Common Use Cases
-
Data-Driven Alerts
- Performance monitoring
- Threshold-based notifications
- SLA tracking
- Error detection
-
Automated Reporting
- Regular business reports
- KPI dashboards
- Compliance reporting
- Team performance metrics
-
Process Automation
- Customer communications
- Supply chain management
- Resource allocation
- Quality control
-
Data Integration
- Sync data to other platforms
- Update external systems
- Consolidate information
- Cross-platform analytics