I need some help building a newsletter scenario
1- Add all Rss items to a database
2- For each new item create a summary
3- Generate a newsletter
How do I approach this?
I need some help building a newsletter scenario
1- Add all Rss items to a database
2- For each new item create a summary
3- Generate a newsletter
How do I approach this?
Hi @Selven, happy to help.
At the moment, agents don’t monitor RSS updates on their own. They’re triggered either through a conversation or via an automation.
The usual approach is to use a scheduled automation to fetch RSS items on a cadence (for example every hour or once a day), and then call an agent to process any new items.
A common setup looks like this:
Use a scheduled automation to fetch RSS items and write any new ones into a datasheet. You can let the agent create records directly using extended skills, and lock it to a specific datasheet using the node ID to avoid writing to the wrong table.
Here’s a guide that may help you find the node ID: