Workflow: Bitwarden

Workflow Details

Download Workflow
{
    "nodes": [
        {
            "name": "Bitwarden",
            "type": "n8n-nodes-base.bitwarden",
            "position": [
                470,
                320
            ],
            "parameters": {
                "name": "documentation",
                "resource": "group",
                "operation": "create",
                "additionalFields": []
            },
            "credentials": {
                "bitwardenApi": "Bitwarden API Credentials"
            },
            "typeVersion": 1
        },
        {
            "name": "Bitwarden1",
            "type": "n8n-nodes-base.bitwarden",
            "position": [
                670,
                320
            ],
            "parameters": {
                "resource": "member",
                "operation": "getAll",
                "returnAll": true
            },
            "credentials": {
                "bitwardenApi": "Bitwarden API Credentials"
            },
            "typeVersion": 1
        },
        {
            "name": "Bitwarden2",
            "type": "n8n-nodes-base.bitwarden",
            "position": [
                870,
                320
            ],
            "parameters": {
                "groupId": "={{$node[\"Bitwarden\"].json[\"id\"]}}",
                "resource": "group",
                "memberIds": "={{$json[\"id\"]}}",
                "operation": "updateMembers"
            },
            "credentials": {
                "bitwardenApi": "Bitwarden API Credentials"
            },
            "typeVersion": 1
        },
        {
            "name": "Bitwarden3",
            "type": "n8n-nodes-base.bitwarden",
            "position": [
                1070,
                320
            ],
            "parameters": {
                "groupId": "={{$node[\"Bitwarden\"].json[\"id\"]}}",
                "resource": "group",
                "operation": "getMembers"
            },
            "credentials": {
                "bitwardenApi": "Bitwarden API Credentials"
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "Bitwarden": {
            "main": [
                [
                    {
                        "node": "Bitwarden1",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Bitwarden1": {
            "main": [
                [
                    {
                        "node": "Bitwarden2",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Bitwarden2": {
            "main": [
                [
                    {
                        "node": "Bitwarden3",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Manual GoogleDrive Automate Triggered
View
Google Cal to Zoom meeting
View
Build an MCP Server with Google Calendar
View
Code Microsoftoutlook Send Webhook
View
Manual Splitinbatches Automate Triggered
View
Executeworkflow Slack Send Triggered
View
Store the data received from the CocktailDB API in JSON
View
Splitout GoogleCalendar Create Scheduled
View
YouTube Videos with AI Summaries on Discord
View
Wait Code Send Webhook
View