n8n Workflow

Receive Updates For Bitbucket Events

This n8n workflow updates tasks and integrates with various services. Receive Updates For Bitbucket Events - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow updates tasks and integrates with various services. Receive Updates For Bitbucket Events - ready to import and run in your n8n instance.
Features:
  • Automates workflow tasks
  • Ready to import into n8n
  • Configurable parameters
Source Code
{
    "nodes": [
        {
            "name": "Bitbucket Trigger",
            "type": "n8n-nodes-base.bitbucketTrigger",
            "position": [
                880,
                390
            ],
            "webhookId": "97ca8044-5835-4547-801d-c27dd7f10c2d",
            "parameters": {
                "events": [
                    "repo:push"
                ],
                "resource": "repository",
                "repository": "test"
            },
            "credentials": {
                "bitbucketApi": "bitbucket_creds"
            },
            "typeVersion": 1,
            "id": "b5d3899e-2503-47b5-8576-8e41a1ba8805"
        }
    ],
    "connections": [],
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows