tareno

N8N community nodes for Tareno - Social Media Management Platform

Package Information

Downloads: 1 weekly / 99 monthly
Latest Version: 1.8.0
Author: Tareno

Documentation

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

  1. A Tareno account at tareno.co
  2. Connected social media accounts in Tareno
  3. An API key (create one in Settings → API)

Installation

Community Nodes (Recommended)

  1. Go to Settings → Community Nodes
  2. Select Install
  3. Enter n8n-nodes-tareno
  4. Click Install

Manual Installation

cd ~/.n8n/custom
npm install n8n-nodes-tareno

Credentials

  1. In n8n, go to Credentials
  2. Click Add Credential
  3. Search for Tareno API
  4. 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

License

MIT

Discussion