Automated Subscription Tracking
😇

Automated Subscription Tracking

Tags
AI Agent
n8n
Author
💡
Referencing Jeff Su's tutorial—I highly recommend him!
 
Building an AI Agent from Scratch
  1. give your agent a brain——chat model and memory
  1. give it access to tools like Google sheets and Notion
  1. teach your agent when and how to use each tool——system prompt
 
notion image
Create a project and create new workflow
notion image
Cause the trigger not connect to any model
notion image
So we need connect to ai agent
notion image
notion image
notion image
notion image
notion image
Without memory_that’ s why memory is so important
notion image
Add on memory
notion image
And then it remembers my name
notion image
notion image
Before we add tool, create a new sheet and rename “subscription tracker”, and fill them as follow:
notion image
And then add the tool
notion image
notion image
notion image
notion image
But the date is wrong
notion image
notion image
Drag the dynamic date variable
notion image
notion image
notion image