← Back to Projects

Automated LinkedIn Content Generator

AI Workflows Project

1. Workflow design

Workflow Design

In the “Get Rows in Sheet” node, the topic is obtained by the system from the first row with the status “To Do” and forward to the next “HTTP Request” node, where the Web search is happening through tavily API call, with the help of the Gemini chat model and finally updating in the sheet, changing the status to “created”

2. Google sheets Node

Google Sheets Node

This Node gets the Topic from the sheet and sends the output to the next HTTP request

3. HTTP Request Node

HTTP Request Node

In this Node, forwarding with the “Topic”, “Status” and “Content”, the Tavily make an AI-ready structure that can be directly used in the AI systems. The Output shows the Tavily results where the content field consists of a structured format what to search through AI systems. Further, in the “AI agent” node, the web search is done and content is obtained as per the “prompt”

4. Google sheet Result

Google Sheet Result

This image shows the Google Sheet overview. The topic should be provided, and the system will automatically create “Ready-to-post” contents and update them in the Content column. This workflow can be triggered at a scheduled time (like 7 AM). In that case, the system will create content on a given topic at 7 AM every day.

×