n8n Integration
Automate your TweetsMash workflows using n8n. Create custom automations to sync bookmarks, trigger actions, and integrate with your favorite tools.
What is n8n?
n8n is a powerful workflow automation platform that allows you to connect different services and create complex automation workflows. With TweetsMash integration, you can automate bookmark management, content analysis, and data synchronization.
Automated Workflows
Create complex automation workflows with visual nodes
Service Integration
Connect with 200+ services and APIs
Data Processing
Transform and analyze bookmark data
Prerequisites
TweetsMash API Token
Generate an API token from your TweetsMash account settings
n8n Instance
Set up n8n locally or use n8n Cloud
HTTP Request Node
Use n8n's HTTP Request node to interact with TweetsMash API
🚀 Getting Started
Step 1: Generate TweetsMash API Token
First, you'll need to generate an API token from your TweetsMash account:
- Go to your TweetsMash dashboard
- Navigate to Settings → Integrations → API
- Click "Generate New Token"
- Copy the generated token (you'll need this for n8n)
Step 2: Configure n8n HTTP Request Node
Basic Configuration:
Step 3: Test Your Connection
Test your n8n workflow by executing a simple request to fetch bookmarks:
Test Request:
- • Method: GET
- • URL: https://api.tweetsmash.com/v1/bookmarks
- • Query: limit=5
- • Expected: JSON response with bookmark data
Available API Endpoints
Retrieve all bookmarks with optional filtering and pagination.
Get all user labels for organization.
Add labels to specific tweets.
Remove labels from specific tweets.