AutomationFlowsWeb Scraping › Automate Stripe to Brevo Welcome Emails

Automate Stripe to Brevo Welcome Emails

Original n8n title: Workflow 1916

Workflow 1916. Uses httpRequest. Event-driven trigger; 6 nodes.

Event trigger★★★★☆ complexity6 nodesHTTP Request
Web Scraping Trigger: Event Nodes: 6 Complexity: ★★★★☆ Added:

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": [
    {
      "id": "9d09405e-64a3-47ef-9d46-4942de51444b",
      "name": "When clicking \"Execute Workflow\"",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        400,
        460
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "4fdc396b-07bd-471e-9e62-136300804809",
      "name": "Set URLs",
      "type": "n8n-nodes-base.code",
      "position": [
        620,
        460
      ],
      "parameters": {
        "jsCode": "return [{\n  json: {\n    url: \"https://static.thomasmartens.eu/n8n/file01.jpg\"\n  }\n}, {\n  json: {\n    url: \"https://static.thomasmartens.eu/n8n/file02.jpg\"\n  }\n}, {\n  json: {\n    url: \"https://static.thomasmartens.eu/n8n/file03.jpg\"\n  }\n}]"
      },
      "typeVersion": 1
    },
    {
      "id": "17482568-2117-4a8c-a307-ebf30dc9c560",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        840,
        460
      ],
      "parameters": {
        "url": "={{ $json.url }}",
        "options": {
          "response": {
            "response": {
              "responseFormat": "file"
            }
          }
        }
      },
      "typeVersion": 4
    },
    {
      "id": "de27f52b-8f7e-4b9c-a097-987db4cef5aa",
      "name": "Merge items",
      "type": "n8n-nodes-base.code",
      "position": [
        1060,
        460
      ],
      "parameters": {
        "jsCode": "let binaries = {}, binary_keys = [];\n\nfor (const [index, inputItem] of Object.entries($input.all())) {\n  binaries[`data_${index}`] = inputItem.binary.data;\n  binary_keys.push(`data_${index}`);\n}\n\nreturn [{\n    json: {\n        binary_keys: binary_keys.join(',')\n    },\n    binary: binaries\n}];\n"
      },
      "typeVersion": 1
    },
    {
      "id": "539fe99d-c557-4e51-bc88-011fb604e1f3",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        580,
        320
      ],
      "parameters": {
        "width": 394,
        "height": 304,
        "content": "\uc774 \ub178\ub4dc\ub4e4\uc740 \ub2e8\uc21c\ud788 \uc791\uc5c5\uc744 \uc704\ud55c \uba87 \uac00\uc9c0 \uc608\uc81c \ud30c\uc77c\uc744 \ub2e4\uc6b4\ub85c\ub4dc\ud569\ub2c8\ub2e4."
      },
      "typeVersion": 1
    },
    {
      "id": "710fd054-2360-447a-b503-049507c0a3b2",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1000,
        320
      ],
      "parameters": {
        "width": 304,
        "height": 307,
        "content": "## \ubcc0\ud658  \n\uc774\uacf3\uc5d0\uc11c \ub9c8\ubc95\uc774 \uc77c\uc5b4\ub0a9\ub2c8\ub2e4. \uac01\uac01 \ud558\ub098\uc758 \uc774\uc9c4 \uac1d\uccb4\ub97c \uac00\uc9c4 \uc5ec\ub7ec \ud56d\ubaa9\uc774 \ud558\ub098\uc758 \ud56d\ubaa9\uc73c\ub85c \uc5ec\ub7ec \uc774\uc9c4 \uac1d\uccb4\ub97c \uac00\uc9c4 \ud615\ud0dc\ub85c \ubcc0\ud658\ub418\uace0 \uc788\uc2b5\ub2c8\ub2e4."
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "Set URLs": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "Merge items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking \"Execute Workflow\"": {
      "main": [
        [
          {
            "node": "Set URLs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

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

About this workflow

Workflow 1916. Uses httpRequest. Event-driven trigger; 6 nodes.

Source: https://github.com/n8nKOR/n8n-shared-workflow/blob/62a671327e906c22a40d290b339ff6d2373f8d75/workflows/n8n-workflows-by-Zie619/devops/1916_workflow_1916.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

This workflow allows you to import any workflow from a file or another n8n instance and map the credentials easily. A multi-form setup guides you through the entire process At the beginning you have t

Execute Command, Read Write File, HTTP Request +3
Web Scraping

[n8n] Advanced URL Parsing and Shortening Workflow - Switchy.io Integration. Uses splitInBatches, stickyNote, httpRequest, html. Event-driven trigger; 56 nodes.

HTTP Request, GitHub, Stop And Error +1
Web Scraping

[](https://youtu.be/c7yCZhmMjtI)

HTTP Request, GitHub, Stop And Error +1
Web Scraping

This automation organizes your n8n workflows files into categorizes (Active, Template, Done, Archived) and uploads them directly to a categorized Google Drive folders. It is designed to help users man

Google Drive, HTTP Request, Time Saved
Web Scraping

Create Animated Stories using GPT-4o-mini, Midjourney, Kling and Creatomate API. Uses httpRequest. Event-driven trigger; 51 nodes.

HTTP Request