AutomationFlowsMarketing & Ads › Production Workflow

Production Workflow

Production Workflow. Uses httpRequest, twitter, stopAndError. Scheduled trigger; 5 nodes.

Cron / scheduled trigger★★☆☆☆ complexity5 nodesHTTP RequestTwitterStop And Error
Marketing & Ads Trigger: Cron / scheduled Nodes: 5 Complexity: ★★☆☆☆ Added:

This workflow follows the HTTP Request → Stopanderror recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "nodes": [
    {
      "name": "Request blablagues",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        750,
        250
      ],
      "parameters": {
        "url": "{{ $env.BASE_URL }}",
        "options": {},
        "responseFormat": "string"
      },
      "typeVersion": 1,
      "id": "node-fec71fe1"
    },
    {
      "name": "Recup image",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1000,
        250
      ],
      "parameters": {
        "url": "{{ $env.BASE_URL }}",
        "options": {},
        "responseFormat": "file"
      },
      "typeVersion": 1,
      "id": "node-a6312fe2"
    },
    {
      "name": "At 17H image jokes",
      "type": "n8n-nodes-base.cron",
      "position": [
        500,
        250
      ],
      "parameters": {
        "triggerTimes": {
          "item": [
            {
              "hour": 17
            }
          ]
        }
      },
      "typeVersion": 1,
      "id": "node-3778a511"
    },
    {
      "name": "Tweet image jokes",
      "type": "n8n-nodes-base.twitter",
      "position": [
        1250,
        250
      ],
      "parameters": {
        "text": "={{$(\"Request blablagues\").item.json[\"data\"][\"data\"][\"content\"][\"text\"]}}",
        "additionalFields": {
          "attachments": "data"
        }
      },
      "credentials": {
        "twitterOAuth1Api": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1,
      "id": "node-99b4f5f7"
    },
    {
      "id": "error-f2e15703",
      "name": "Error Handler",
      "type": "n8n-nodes-base.stopAndError",
      "typeVersion": 1,
      "position": [
        1000,
        400
      ],
      "parameters": {
        "message": "Workflow execution error",
        "options": {}
      }
    }
  ],
  "connections": {},
  "name": "Production Workflow",
  "settings": {
    "executionOrder": "v1",
    "saveManualExecutions": true,
    "callerPolicy": "workflowsFromSameOwner",
    "errorWorkflow": null,
    "timezone": "UTC",
    "executionTimeout": 3600,
    "maxExecutions": 1000,
    "retryOnFail": true,
    "retryCount": 3
  },
  "meta": {
    "versionId": "1.0.0",
    "createdAt": "2025-09-29T07:07:45.657242",
    "updatedAt": "2025-09-29T07:07:45.657254",
    "owner": "n8n-user",
    "license": "MIT",
    "category": "automation",
    "status": "active",
    "priority": "high",
    "environment": "production"
  },
  "description": "Production-ready workflow: Production Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation.",
  "id": "wfcbe83849478f"
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Production Workflow. Uses httpRequest, twitter, stopAndError. Scheduled trigger; 5 nodes.

Source: https://github.com/basictechorg/n8n-marketing-sales/blob/main/workflows/content-marketing/0144_HTTP_Twitter_Automation_Scheduled.json — original creator credit. Request a take-down →

More Marketing & Ads workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Marketing & Ads

Cocktail Recipe Sharing. Uses bannerbear, httpRequest, rocketchat, stopAndError. Scheduled trigger; 5 nodes.

Bannerbear, HTTP Request, Rocketchat +1
Marketing & Ads

Youtube Workflow. Uses youTube, rssFeedRead, httpRequest, emailSend. Scheduled trigger; 18 nodes.

YouTube, RSS Feed Read, HTTP Request +2
Marketing & Ads

post to mattermost v2. Uses rssFeedRead, httpRequest, stopAndError. Scheduled trigger; 7 nodes.

RSS Feed Read, HTTP Request, Stop And Error
Marketing & Ads

Twitter notifications. Uses twitter, mattermost, stopAndError. Scheduled trigger; 6 nodes.

Twitter, Mattermost, Stop And Error
Marketing & Ads

GoBot - Daily Analytics Collection. Uses httpRequest, airtable. Scheduled trigger; 7 nodes.

HTTP Request, Airtable