n8n Workflow

Create A Url On Bitly

This n8n workflow creates tasks and integrates with various services. Create A Url On Bitly - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow creates tasks and integrates with various services. Create A Url On Bitly - ready to import and run in your n8n instance.
Features:
  • Automates workflow tasks
  • Ready to import into n8n
  • Configurable parameters
Source Code
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                490,
                300
            ],
            "parameters": [],
            "typeVersion": 1,
            "id": "73850f26-fb01-403c-84b6-7c1a92a072db"
        },
        {
            "name": "Bitly",
            "type": "n8n-nodes-base.bitly",
            "position": [
                830,
                300
            ],
            "parameters": {
                "longUrl": "https://calendar.usc.edu/event/curricular_practical_training_cpt_information_session_8120?utm_campaign=widget&utm_medium=widget&utm_source=USC+Event+Calendar#.Xv0UlpNKhQK",
                "additionalFields": []
            },
            "credentials": {
                "bitlyApi": "test"
            },
            "typeVersion": 1,
            "id": "085790f4-824f-4132-98cc-d09c6ba09525"
        }
    ],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Bitly",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows