Skip to main content

Create Branded Social Media Images with Bannerbear (Sync/Async modes)

Workflow preview

Workflow preview
100%
Create Branded Social Media Images with Bannerbear (Sync/Async modes) preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Automatically create branded social media graphics, certificates, thumbnails, or marketing visuals using Bannerbear's template based image generation API. Bannerbear's API is primarily asynchronous...

Best for

  • Social Media automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.stickynote, n8n-nodes-base.httprequest, n8n-nodes-base.webhook, n8n-nodes-base.if, n8n-nodes-base.bannerbear

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Elodie Tasia.

Original n8n.io source

1.1 Workflow description

Title
Create Branded Social Media Images with Bannerbear (Sync/Async modes)
Workflow name
Create Branded Social Media Images with Bannerbear (Sync/Async modes)

Automatically create branded social media graphics, certificates, thumbnails, or marketing visuals using Bannerbear's template-based image generation API. Bannerbear's API is primarily asynchronous by default: this workflow shows you how to use both asynchronous (webhook-based) and synchronous modes depending on your needs.

What it does

This workflow connects to Bannerbear's API to generate custom images based on your pre-designed templates. You can modify text, colors, and other elements programmatically.

By default, Bannerbear works asynchronously: you submit a request, receive an immediate 202 Accepted response, and get the final image via webhook or polling. This workflow demonstrates both the standard asynchronous approach and an alternative synchronous method where you wait for the image to be generated before proceeding.

How it works

  1. Set parameters - Configure your Bannerbear API key, template ID, and content (title, subtitle)
  2. Choose mode - Select synchronous (wait for immediate response) or asynchronous (standard webhook delivery)
  3. Generate image - The workflow calls Bannerbear's API with your modifications
  4. Receive result - Get the image URL, dimensions, and metadata in PNG or JPG format

Async mode (recommended): The workflow receives a pending status immediately, then a webhook delivers the completed image when ready.

Sync mode: The workflow waits for the image generation to complete before proceeding.

Setup requirements

  • A Bannerbear account (free tier available)
  • A Bannerbear template created in your dashboard
  • Your API key and template ID from Bannerbear
  • For async mode: ability to receive webhooks (production n8n instance)

How to set up

  1. Get Bannerbear credentials:

    • Sign up at bannerbear.com
    • Create a project and design a template
    • Copy your API key from Settings > API Key
    • Copy your template ID from the API Console
  2. Configure the workflow:

    • Open the "SetParameters" node
    • Replace the API key and template ID with yours
    • Customize the title and subtitle text
    • Set call_mode to "sync" or "async"
  3. For async mode (recommended):

    • Activate the "Webhook_OnImageCreated" node
    • Copy the production webhook URL
    • Add it to Bannerbear via Settings > Webhooks > Create a Webhook
    • Set event type to "image_created"

Customize the workflow

  • Modify the template parameters to match your Bannerbear template fields
  • Add additional modification objects for more dynamic elements (colors, backgrounds, images)
  • Connect to databases, CRMs, or other tools to pull content automatically
  • Chain multiple image generations for batch processing
  • Store generated images in Google Drive, S3, or your preferred storage
  • Use async mode for high-volume generation without blocking your workflow

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - When clicking ‘Execute workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - SetParameters

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - SynchronouslyCreateImage

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 5 - GetImageUrlAndSize

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 6 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Webhook_OnImageCreated

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2.1

Block 9 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - GetUidAndStatus

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 11 - GetCompletedImageInfo

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 12 - Sticky Note12

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - IfSynchrounousCall

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 14 - AsynchronouslyCreateImage

Type / Role
n8n-nodes-base.bannerbear - bannerbear
Config choices
Version 1

Block 15 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Create Branded Social Media Images with Bannerbear (Sync/Async modes)
Complexity advanced
Nodes 15
Categories Social Media, Multimodal AI
Author Elodie Tasia
Published 12 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9537/9537.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Create Branded Social Media Images with Bannerbear (Sync/Async modes) do?

Automatically create branded social media graphics, certificates, thumbnails, or marketing visuals using Bannerbear's template based image generation API. Bannerbear's API is primarily asynchronous...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media, Multimodal AI use case.