n8n Workflow

Create An Image Procedurally Using Bannerbear

This n8n workflow creates tasks and integrates with various services. Create An Image Procedurally Using Bannerbear - 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 An Image Procedurally Using Bannerbear - 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": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1,
            "id": "54b99f95-b39f-4c4e-b2fe-0ee77280da07"
        },
        {
            "name": "Bannerbear",
            "type": "n8n-nodes-base.bannerbear",
            "position": [
                450,
                300
            ],
            "parameters": {
                "templateId": "8BK3vWZJ7Wl5Jzk1aX",
                "modificationsUi": {
                    "modificationsValues": [
                        {
                            "name": "message",
                            "text": "this is some text",
                            "color": "#3097BC",
                            "background": "#28A96F"
                        }
                    ]
                },
                "additionalFields": {
                    "waitForImage": true
                }
            },
            "credentials": {
                "bannerbearApi": "bannerbear_creds"
            },
            "typeVersion": 1,
            "id": "62c79aa1-b6f3-4f9c-b578-82eeb1aee02b"
        }
    ],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Bannerbear",
                        "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