n8n-nodes-clipmint
v0.1.0
Published
n8n community node for ClipMint - AI Content Engine & Social Media Scheduler
Maintainers
Readme
n8n-nodes-clipmint
Official n8n community node for ClipMint - AI Content Engine & Social Media Scheduler.
Automate your social media posting and scheduling with ClipMint's powerful API directly in your n8n workflows.
n8n is a fair-code licensed workflow automation platform.
Supported Platforms
- Twitter/X
- TikTok
- YouTube
Installation
Follow the installation guide in the n8n community nodes documentation.
n8n Cloud / Self-Hosted GUI
- Go to Settings → Community Nodes
- Click Install a community node
- Enter:
n8n-nodes-clipmint - Confirm installation
Manual Installation
npm install n8n-nodes-clipmintCredentials
Get Your API Key
- Log in to ClipMint
- Go to Settings → API Keys
- Click Generate New API Key
- Copy the key (you won't see it again!)
Note: API access requires the API plan subscription ($9/month).
Configure Credentials in n8n
- In n8n, go to Credentials
- Click Add Credential
- Search for "ClipMint API"
- Paste your API key
- Save
Connect Social Accounts
Before posting, make sure your social media accounts are connected in the ClipMint dashboard.
Operations
Post
| Operation | Description | |-----------|-------------| | Create | Publish content immediately or schedule for later | | Get Many | List all posts with filtering options | | Delete | Cancel a scheduled post |
Account
| Operation | Description | |-----------|-------------| | Get Many | List all connected social accounts |
Clip
| Operation | Description | |-----------|-------------| | Get Many | List all video clips |
Usage Examples
Post to Twitter
- Add a ClipMint node to your workflow
- Select Resource: Post
- Select Operation: Create
- Choose Platform: Twitter/X
- Enter your content text
- Execute the workflow
Schedule a Post
- Add a ClipMint node
- Select Resource: Post, Operation: Create
- Choose your platform
- Enter your content
- Open Additional Fields
- Set Schedule For to your desired date/time
- Execute the workflow
Post with Video
- First, use a ClipMint node with Resource: Clip, Operation: Get Many to list your clips
- Add another ClipMint node for posting
- Set the Clip ID field to the ID from your clips
- Execute the workflow
API Endpoints
Base URL: https://clipmint.ai/api/v1
| Endpoint | Method | Description |
|----------|--------|-------------|
| /me | GET | Get authenticated user info |
| /accounts | GET | List connected social accounts |
| /clips | GET | List video clips |
| /publish | POST | Create/schedule a post |
| /posts | GET | List posts |
| /posts/:id | DELETE | Cancel scheduled post |
Rate Limits
Rate limits are based on your subscription tier:
- API Plan: 100 requests/minute
- Higher tiers: Increased limits
Compatibility
- Tested with n8n version 1.0+
- Requires ClipMint API plan subscription
Resources
Support
- Issues: GitHub Issues
- Email: [email protected]
