n8n-nodes-sendit
v1.0.7
Published
n8n community node for SendIt - Multi-platform social media publishing
Maintainers
Readme
n8n-nodes-sendit
This is an n8n community node for SendIt - a multi-platform social media publishing service.
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the installation guide in the n8n community nodes documentation.
npm install n8n-nodes-senditOperations
Triggers
- On post published - Triggers when a post is successfully published
- On post scheduled - Triggers when a post is scheduled
- On post failed - Triggers when a post fails to publish
- On post deleted - Triggers when a scheduled post is cancelled
- On account connected - Triggers when a social account is connected
- On account disconnected - Triggers when a social account is disconnected
Actions
- Publish Post - Publish content immediately to selected platforms
- Schedule Post - Schedule content for future publishing
- List Scheduled Posts - Get all scheduled posts
- Cancel Scheduled Post - Cancel a scheduled post
- Trigger Scheduled Post - Publish a scheduled post immediately
- List Accounts - Get all connected social media accounts
- Validate Content - Validate content before publishing
Supported Platforms
- Threads
- TikTok
- X (Twitter)
Credentials
To use this node, you need a SendIt API key:
Getting Your API Key
- Sign in to SendIt using your email (magic link authentication)
- Go to your Dashboard
- In the API Keys section, click "Create New Key"
- Give it a name (e.g., "n8n Integration") and click Create
- Copy your API key immediately - it's only shown once!
API Key Format
sk_live_<32_character_string>Keys always start with sk_live_ followed by 32 alphanumeric characters.
Configuring in n8n
- In n8n, go to Credentials → New Credential → SendIt API
- Paste your API key
- Click Save
Note: Your API key is only shown once when created. If you lose it, you'll need to create a new one from the dashboard.
