Business Process Automation

🤖Content Creator Agent

🤖Content Creator Agent

Manual
Medium
6
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
6
Node Types
5

Node Types

tool Http Request
Tavily
1 node
agent
Content Creator Agent
1 node
lm Chat Anthropic
Anthropic Chat Model
1 node
set
Response, Try Again
2 nodes
execute Workflow Trigger
When Executed by Another Workflow
1 node

Workflow JSON

5.44 KB
{
  "id": "WWSu94V939ATcqvi",
  "meta": {
    "instanceId": "95e5a8c2e51c83e33b232ea792bbe3f063c094c33d9806a5565cb31759e1ad39",
    "templateCredsSetupCompleted": true
  },
  "name": "🤖Content Creator Agent",
  "tags": [],
  "nodes": [
    {
      "id": "0fb22922-121d-4f1c-8423-77c3cb7893ce",
      "name": "Tavily",
      "type": "@n8n/n8n-nodes-langchain.toolHttpRequest",
      "position": [
        240,
        180
      ],
      "parameters": {
        "url": "https://api.tavily.com/search",
        "method": "POST",
        "jsonBody": "{\n    \"api_key\": \"your-api-key\",\n    \"query\": \"{searchTerm}\",\n    \"search_depth\": \"basic\",\n    \"include_answer\": true,\n    \"topic\": \"news\",\n    \"include_raw_content\": true,\n    \"max_results\": 3\n} ",
        "sendBody": true,
        "specifyBody": "json",
        "toolDescription": "Use this tool to search the internet",
        "placeholderDefinitions": {
          "values": [
            {
              "name": "sear...

Showing first 1000 characters. Click "Expand" to view the full JSON.