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
- An n8n instance (self-hosted or n8n Cloud)
- A Brandparser account with an API key (requires API add-on)
- Credentials for the third-party tools each template uses
Setting up Brandparser credentials in n8n
Create a Bearer Auth credential in n8n:
- Go to Settings > Credentials > Add Credential
- Choose Bearer Auth
- 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
How it works
Every template follows the same core pattern:
- Trigger -- a webhook, schedule, or manual start
- Parse -- call
POST /v1/api/parsewith a URL (or receive abrand_idfrom a webhook) - Fetch -- call
GET /v1/api/brands/:idto retrieve the parsed brand data - 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.