n8n-workflows/workflows/567_workflow_567.json
2025-05-14 11:58:29 +03:00

43 lines
762 B
JSON

{
"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
}
]
]
}
}
}