ai automation workflows
n8n workflows for ai-powered support and content — chat bots with memory and scheduled newsletter pipelines.
Ai in production means endpoints and schedules, not just chat windows. These two workflows cover the most common patterns builders ship in week two.
ai support bot
A webhook your app calls with { message, userId }. Loads chat history from redis, sends to openai, saves the updated history, and returns the reply as json.
ai content pipeline
Runs on a daily schedule. Fetches your rss feed, scrapes each article, summarizes with openai, compiles a newsletter, sends it, and notifies slack.
ai support bot
webhook-powered chat endpoint with conversation history stored in redis and openai responses.
click the canvas to explore · double-click nodes for settings
ai content pipeline
daily digest workflow — fetches rss, scrapes articles, summarizes with ai, and sends a newsletter.
click the canvas to explore · double-click nodes for settings