Web Scraping & Data Extraction

Export Zammad Objects Users, Roles, Groups and Organizations to Excel

Export Zammad Objects Users, Roles, Groups and Organizations to Excel

Manual
High
18
Nodes
Manual
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
18
Node Types
6

Node Types

manual Trigger
When clicking ‘Test workflow’
1 node
set
Zammad Univeral User Object, Zammad Univeral Organization Object, Zammad Univeral Role Object, Zammad Univeral Group Object, Basic Variables
5 nodes
zammad
Get all Organizations, Get all Users
2 nodes
http Request
Get all Roles, Get all Groups
2 nodes
convert To File
Convert to Excel Organizations, Convert to Excel Roles, Convert to Excel Users, Convert to Excel Groups
4 nodes
if
If, Filter Groups if needed, Filter Roles if needed, Filter Organizations if needed
4 nodes

Workflow JSON

14.28 KB
{
  "id": "IXumIzS9WtPAhKFX",
  "meta": {
    "instanceId": "494d0146a0f47676ad70a44a32086b466621f62da855e3eaf0ee51dee1f76753",
    "templateCredsSetupCompleted": true
  },
  "name": "Export Zammad Objects Users, Roles, Groups and Organizations to Excel",
  "tags": [],
  "nodes": [
    {
      "id": "59b12a25-d90f-47f0-a043-a51f71f5761e",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -120,
        -80
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "259acda6-75be-4011-b021-56321ab10478",
      "name": "Zammad Univeral User Object",
      "type": "n8n-nodes-base.set",
      "position": [
        600,
        -80
      ],
      "parameters": {
        "values": {
          "number": [
            {
              "name": "user_id",
              "value": "={{ $json.id }}"
            },
            {
              "name": "organization_id",
              "value": "={{ $json.organiza...

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