Communication & Messaging

0221 Gmail Movebinarydata Send

0221 Gmail Movebinarydata Send

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

Workflow Overview

Total Nodes
4
Node Types
0

Workflow JSON

1.72 KB
{
  "name": "0221 Gmail Movebinarydata Send",
  "nodes": [
    {
      "name": "Gmail",
      "type": "n8n-nodes-base.gmail",
      "notes": "Get email with JSON file",
      "position": [
        620,
        140
      ],
      "parameters": {
        "limit": 1,
        "operation": "getAll",
        "additionalFields": {}
      },
      "credentials": {
        "gmailOAuth2": {
          "id": "16",
          "name": "gmail"
        }
      },
      "notesInFlow": true,
      "typeVersion": 1
    },
    {
      "name": "write spreadsheet file",
      "type": "n8n-nodes-base.spreadsheetFile",
      "position": [
        980,
        140
      ],
      "parameters": {
        "options": {
          "fileName": "users_spreadsheet.csv"
        },
        "operation": "toFile",
        "fileFormat": "csv"
      },
      "typeVersion": 1
    },
    {
      "name": "move binary data ",
      "type": "n8n-nodes-base.moveBinaryData",
      "position": [
        800,
        140
      ],
    ...

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