n8n-nodes-briefkraft
v0.1.0
Published
n8n community node for Briefkraft — AI Social Media SaaS
Downloads
6
Maintainers
Readme
n8n-nodes-briefkraft
Official n8n community node for Briefkraft — AI-powered social media management.
Installation
In your n8n instance:
- Go to Settings → Community Nodes
- Click Install
- Enter
n8n-nodes-briefkraft - Click Install
Or via npm (self-hosted):
npm install n8n-nodes-briefkraftAuthentication
- Log in to briefkraft.co
- Go to Settings → API Keys
- Click Generate New Key and copy your
bk_live_...key - In n8n, create a Briefkraft API credential and paste the key
API access requires the Standard or Premium plan.
Supported Operations
Post
| Operation | Description | |-----------|-------------| | Create | Add a post to the queue (any platform) | | Approve & Publish | Immediately publish a queued post | | Update | Change caption or schedule | | Delete | Remove a post from the queue | | Get Many | List posts filtered by status |
Caption
| Operation | Description | |-----------|-------------| | Generate | AI-generate a caption for a platform and topic |
Repurpose
| Operation | Description | |-----------|-------------| | Repurpose Content | Transform content for multiple platforms at once |
Media
| Operation | Description | |-----------|-------------| | Upload | Upload an image or video, get back a URL |
Brand Voice
| Operation | Description | |-----------|-------------| | Get | Retrieve current brand voice settings | | Update | Update tone, industry, target audience, etc. |
Connection
| Operation | Description | |-----------|-------------| | Get Many | List all connected social accounts |
Supported Platforms
Facebook · Instagram · LinkedIn · Threads · TikTok · Twitter/X · YouTube
Example Workflow
[Webhook] → [Briefkraft: Generate Caption] → [Briefkraft: Create Post] → [Briefkraft: Approve & Publish]