Communication & Messaging

1034 Manual Helpscout Automate Triggered

1034 Manual Helpscout Automate Triggered

Manual
Low
2
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
2
Node Types
0

Workflow JSON

816 Bytes
{
  "name": "1034 Manual Helpscout Automate Triggered",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        250,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "HelpScout",
      "type": "n8n-nodes-base.helpScout",
      "position": [
        450,
        300
      ],
      "parameters": {
        "resource": "mailbox",
        "operation": "getAll"
      },
      "credentials": {
        "helpScoutOAuth2Api": "helpscout_creds"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "HelpScout",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}