BrandparserInvite Only

Using Brandparser with n8n

Pre-built n8n workflows that connect Brandparser to your existing tools

Brandparser's n8n workflow templates let you automate brand data delivery to the tools your team already uses. Parse a website, and the brand colors, fonts, logos, and tone flow automatically into downstream systems.

Prerequisites

  1. An n8n instance (self-hosted or n8n Cloud)
  2. A Brandparser account with an API key (requires API add-on)
  3. Credentials for the third-party tools each template uses

Setting up Brandparser credentials in n8n

Create a Bearer Auth credential in n8n:

  1. Go to Settings > Credentials > Add Credential
  2. Choose Bearer Auth
  3. Set Value to bp_prod_your_api_key_here

All templates reference this credential for Brandparser API calls.


Example Workflow

"Welcome New Customer" social media post

Generate a branded "Welcome" social media post with AI-generated copy and an image card, then review and publish to Bluesky.

Trigger: Manual form (enter a brand ID) or webhook (brand.parse.completed) Integrations: OpenAI, HTML CSS to Image, Bluesky

Download the template on GitHub →

How it works

Every template follows the same core pattern:

  1. Trigger -- a webhook, schedule, or manual start
  2. Parse -- call POST /v1/api/parse with a URL (or receive a brand_id from a webhook)
  3. Fetch -- call GET /v1/api/brands/:id to retrieve the parsed brand data
  4. Deliver -- push brand data into downstream tools

Webhook events

Templates that use a webhook trigger can be connected to Brandparser's webhook system. Register your n8n webhook URL to receive brand.parse.completed events automatically when a parse finishes.

API Reference

For full endpoint and schema documentation, see the API Reference.

On this page