AutomationFlowsWeb Scraping › Get Joke via HTTP and Send Email

Get Joke via HTTP and Send Email

Original n8n title: Chiste 1

chiste 1. Uses httpRequest, emailSend. Event-driven trigger; 3 nodes.

Event trigger★☆☆☆☆ complexity3 nodesHTTP RequestEmail Send
Web Scraping Trigger: Event Nodes: 3 Complexity: ★☆☆☆☆ Added:

This workflow follows the Emailsend → HTTP Request 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
{
  "createdAt": "2025-02-27T22:00:22.875Z",
  "updatedAt": "2025-02-27T22:01:35.000Z",
  "id": "jQrBVlJnDpYNx2zS",
  "name": "chiste 1",
  "active": false,
  "nodes": [
    {
      "parameters": {},
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        0,
        0
      ],
      "id": "9ac6d7aa-bcac-43db-aae8-a6195dc58c65",
      "name": "When clicking \u2018Test workflow\u2019"
    },
    {
      "parameters": {
        "url": "https://official-joke-api.appspot.com/jokes/random",
        "options": {}
      },
      "name": "Get Joke",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 1,
      "position": [
        180,
        0
      ],
      "id": "d3793bb6-503e-41f0-88e2-e2e721731ff7"
    },
    {
      "parameters": {
        "fromEmail": "cbmmartinrodriguez@gmail.com",
        "toEmail": "david.rodriguez@daweiro.com",
        "ccEmail": "magirogo@gmail.com",
        "bccEmail": "gandhi_2k5@yahoo.com.mx",
        "subject": "Aqu\u00ed tienes un chiste",
        "text": "={{ $json.setup }} - {{ $json.punchline }}  \n\n",
        "options": {}
      },
      "name": "Send Email1",
      "type": "n8n-nodes-base.emailSend",
      "typeVersion": 1,
      "position": [
        380,
        0
      ],
      "id": "23b3180a-a675-4a65-baaa-e83273ff42c2",
      "credentials": {
        "smtp": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "When clicking \u2018Test workflow\u2019": {
      "main": [
        [
          {
            "node": "Get Joke",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Joke": {
      "main": [
        [
          {
            "node": "Send Email1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "staticData": null,
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "versionId": "fbf3becf-e11f-4ba5-a094-1df093739cbc",
  "triggerCount": 0,
  "tags": []
}

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

chiste 1. Uses httpRequest, emailSend. Event-driven trigger; 3 nodes.

Source: https://github.com/martingilberto/backup-n8n/blob/a9fc440ebbdecec8dbb2d10dac3d03e2040d0d51/workflows/chiste_1.json — original creator credit. Request a take-down →

More Web Scraping workflows → · Browse all categories →

Related workflows

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

Web Scraping

Overkill. Uses start, rabbitmqTrigger, httpRequest, emailSend. Event-driven trigger; 4 nodes.

Start, Rabbitmq Trigger, HTTP Request +1
Web Scraping

chiste. Uses httpRequest, emailSend. Event-driven trigger; 3 nodes.

HTTP Request, Email Send
Web Scraping

The Sora 2 API allows seamless generation of CGI ads, turning text prompts into stunning videos. This workflow automates the entire process from video generation to upload, notification, and file shar

Form Trigger, HTTP Request, Email Send +1
Web Scraping

Storyboard I2V Pipeline (17 shots) with Retry/Wait/State/Notify. Uses httpTrigger, httpRequest, emailSend. Event-driven trigger; 28 nodes.

Http Trigger, HTTP Request, Email Send
Web Scraping

Create CGI ads effortlessly by integrating the Google Veo3 API for video generation and uploading to Google Drive with seamless email notifications. On form submission: Triggers the workflow when a fo

Form Trigger, HTTP Request, Email Send +1