n8n Workflow

Get All Releases In Sentry

This n8n workflow automates tasks using Sentry. Get All Releases In Sentry - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow automates tasks using Sentry. Get All Releases In Sentry - ready to import and run in your n8n instance.
Features:
  • Integrates with Sentry
  • Retrieves data from external sources
Source Code
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                210,
                300
            ],
            "parameters": [],
            "typeVersion": 1,
            "id": "9450485c-36c0-4743-8a60-6b2d4f6985c2"
        },
        {
            "name": "Sentry.io",
            "type": "n8n-nodes-base.sentryIo",
            "position": [
                410,
                300
            ],
            "parameters": {
                "url": "",
                "version": "0.0.1",
                "projects": [
                    ""
                ],
                "resource": "release",
                "operation": "create",
                "additionalFields": [],
                "organizationSlug": ""
            },
            "credentials": {
                "sentryIoApi": "sentry"
            },
            "typeVersion": 1,
            "id": "86643313-4441-486f-aa37-76fed48747d8"
        },
        {
            "name": "Sentry.io1",
            "type": "n8n-nodes-base.sentryIo",
            "position": [
                610,
                300
            ],
            "parameters": {
                "resource": "release",
                "operation": "getAll",
                "returnAll": true,
                "additionalFields": [],
                "organizationSlug": ""
            },
            "credentials": {
                "sentryIoApi": "sentry"
            },
            "typeVersion": 1,
            "id": "170b0113-753a-4f1e-a82c-59106ded8b7f"
        }
    ],
    "connections": {
        "Sentry.io": {
            "main": [
                [
                    {
                        "node": "Sentry.io1",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Sentry.io",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, Sentry API credentials
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows