What You’ll Build
By the end of this tutorial, you’ll have an AI agent that:
- Reads customer reviews from Google Sheets
- Analyzes sentiment (positive, negative, neutral)
- Extracts key themes and issues
- Creates organized insights in Notion
- Alerts your team in Slack about critical feedback
Skill level: Beginner
Prerequisites
Before you begin, make sure you have:- Splox account (Sign up free)
- Google account (for Google Sheets)
- Slack workspace with admin access
- Notion account
Step 1: Create Your Workflow
Let’s start by creating your workflow from the DevOps Agent template.- Navigate to the DevOps Agent template
- Click Use Template to create your workflow
- The workflow canvas will open with your new agent ready to configure
What’s happening: You’re creating a pre-configured AI agent that can use tools, remember context, and perform complex tasks autonomously.
Step 2: Connect Google Workspace
Now let’s connect your Google account to Splox.- Go to Integrations
- Click on Google Workspace
- Enter an Integration Label (e.g., “My Google Account”)
- Make sure Is Active is toggled on
- Click Connect
- Sign in with your Google account and authorize access
What’s happening: Splox uses OAuth to securely connect to your Google account. Your credentials are never stored - only an access token that can be revoked anytime.
Step 3: Connect Slack
To send alerts to Slack, you’ll need to create a Slack app and get your Bot Token.Create a Slack App
- Go to api.slack.com/apps
- Click Create New App → From scratch
- Name your app (e.g., “Splox Feedback Bot”)
- Select your workspace
- Click Create App
Get Your Bot Token
- In the left sidebar, click OAuth & Permissions
- Scroll to Scopes → Bot Token Scopes
- Add these scopes:
chat:write- Send messageschannels:read- View channels
- Scroll up and click Install to Workspace
- Authorize the app
- Copy the Bot User OAuth Token (starts with
xoxb-)
Connect to Splox
- Go to Splox Integrations
- Enter an Integration Label (e.g., “Slack Workspace”)
- Paste your Bot Token
- For Verify Token, enter any string (e.g., “splox123”) - this is for webhook verification
- Click Connect
Step 4: Connect Notion via MCP
Notion uses the Model Context Protocol (MCP) for integration. This requires a slightly different setup.- Navigate to the DevOps Agent template
- Click Use Template to create your workflow
- Right-click on the canvas and select Tool to add a new Tool Node
- Configure the Tool Node:
- Node Label:
Notion - Tool Type:
MCP - Launch Method:
Remote - Transport Type:
Streamable HTTP - MCP URL:
https://mcp.notion.com/mcp - Output Storage:
Memory
- Node Label:
- Click the Connect button next to MCP URL
- A Notion popup will appear - authorize access to your workspace
- Check “I recognize and trust this URL” and click Continue
What’s happening: MCP (Model Context Protocol) allows AI agents to securely interact with external services. Notion’s MCP server handles authentication and provides tools for reading/writing pages and databases.
Step 5: Build the Workflow
Now let’s add Tool Nodes for Google Sheets and Slack, then connect everything to the AI agent.Add Google Sheets Tool Node
- Right-click on the canvas → select Tool
- Configure:
- Node Label:
Google Spreadsheet - Tool Type:
Operations - Platform:
Google Workspace - Integration: Select your connected Google integration
- Operations: Select the spreadsheet operations you need (read, write)
- Node Label:
- Connect this node to the TOOLS output handle on the DevOps LLM node
Add Slack Tool Node
- Right-click on the canvas → select Tool
- Configure:
- Node Label:
Slack - Tool Type:
Operations - Platform:
Slack - Integration: Select your connected Slack integration
- Operations: Select messaging operations (send message)
- Node Label:
- Connect this node to the TOOLS output handle on the DevOps LLM node
Connect Notion Tool Node
- Find the Notion Tool Node you created in Step 4
- Connect it to the TOOLS output handle on the DevOps LLM node
One Tool Node = One Platform. Each integration platform needs its own Tool Node. The AI agent will automatically choose which tools to use based on your request.
Step 6: Run the Analysis
Time to see your AI agent in action! We’ve prepared a sample Google Sheet with 136 real Amazon food reviews for you to analyze: 📊 Sample Customer Reviews Dataset- Click the chat bubble icon in the bottom toolbar to open Chat Mode
- Type your analysis request:
- Press Enter and watch the AI work across all three platforms!
Step 7: Review the Results
Your AI agent will:- Read all reviews from your Google Sheet
- Analyze each review for sentiment and themes
- Create a Notion page with:
- Executive summary
- Sentiment breakdown (X positive, Y negative, Z neutral)
- Common themes identified
- Table of all reviews with categories
- Alert your Slack channel about critical issues
What You’ve Learned
- Connecting Google Workspace via OAuth
- Setting up Slack integration with Bot Tokens
- Configuring Notion via MCP (Model Context Protocol)
- Adding and connecting Tool Nodes to an AI agent
- Running multi-platform workflows with natural language
Try These Tasks Next
Expand Your Feedback System:- “Update the Google Sheet with sentiment scores for each review”
- “Create a weekly digest of feedback trends”
- “Set up daily alerts for any new 1-star reviews”
- “Sync my Notion tasks to Google Sheets for reporting”
- “Post daily standup summaries from Notion to Slack”
- “Analyze sales data and create executive summaries”
Frequently Asked Questions
Can I use multiple Google Sheets?
Can I use multiple Google Sheets?
Yes! Just reference different spreadsheet URLs in your prompts. The AI agent will access whichever sheets you specify.
What Slack permissions do I need?
What Slack permissions do I need?
At minimum, you need
chat:write to send messages and channels:read to see available channels. Add more scopes based on what operations you want to perform.Why use MCP for Notion instead of regular integration?
Why use MCP for Notion instead of regular integration?
Notion’s MCP server provides richer functionality and handles authentication seamlessly. It’s Notion’s recommended way to integrate with AI agents.
Can I connect other data sources?
Can I connect other data sources?
Absolutely! Splox supports many platforms including Airtable, Discord, WhatsApp, Telegram, and more. Check the Integrations page for the full list.
Is my data secure?
Is my data secure?
Yes. Splox uses OAuth for authentication and never stores your passwords. Data is processed in isolated environments and you can revoke access anytime.
Next Steps
- Start from basics - Build Your First AI Agent
- Deploy to production - Deploy Any App to Production
- Scale with parallel execution - Parallel Agents
- Join the community - Share your workflows on community.splox.io
Need Help?
- Join our Telegram community
- Browse Templates for inspiration
- Read the API Reference

