n8n-nodes-tareno
v1.8.0
Published
N8N community nodes for Tareno - Social Media Management Platform
Maintainers
Readme
n8n-nodes-tareno
This is an n8n community node for Tareno - a Social Media Management Platform.
Automate your social media posting across Instagram, Facebook, YouTube, TikTok, Twitter/X, Threads, and Pinterest.
Features
- Publish Posts - Post immediately to any connected platform
- Schedule Posts - Schedule posts for later
- Get Accounts - List all your connected social media accounts
- Usage Statistics - Monitor your API usage
Prerequisites
- A Tareno account at tareno.co
- Connected social media accounts in Tareno
- An API key (create one in Settings → API)
Installation
Community Nodes (Recommended)
- Go to Settings → Community Nodes
- Select Install
- Enter
n8n-nodes-tareno - Click Install
Manual Installation
cd ~/.n8n/custom
npm install n8n-nodes-tarenoCredentials
- In n8n, go to Credentials
- Click Add Credential
- Search for Tareno API
- Enter your API Key from Tareno Settings → API
Operations
Post
Publish
Publish a post immediately to a social media platform.
| Parameter | Description | |-----------|-------------| | Platform | Instagram, Facebook, YouTube, TikTok, Twitter, Threads, or Pinterest | | Account ID | Your connected account ID (use "Get Accounts" to find this) | | Text/Caption | The post content | | Media URLs | Comma-separated URLs of images/videos |
Schedule
Schedule a post for later.
Same parameters as Publish, plus: | Parameter | Description | |-----------|-------------| | Schedule Time | When to publish (ISO 8601 format) |
Account
Get All
Returns all your connected social media accounts with their IDs.
Usage
Get Statistics
Returns your API usage statistics including:
- Current month usage
- Monthly limit
- Success rate
- Breakdown by platform
Example Workflow
[Trigger] → [Tareno: Get Accounts] → [Set: Pick Account] → [Tareno: Publish Post]Rate Limits
API limits depend on your Tareno plan:
- Free: 50 calls/month
- Starter: 500 calls/month
- Pro: 2,000 calls/month
- Business: 10,000 calls/month
Support
- Documentation: tareno.co/docs/api
- Email: [email protected]
License
MIT
