by jason
Workflow to clean out unwanted email from Gmail. Further information here.
by amudhan
Companion workflow for Spreadsheet File node docs
by Jan Oberhauser
Read XLS from file Convert it to JSON Insert it in Postgres
by Jan Oberhauser
Read data from Postgres Converting it to XLS Save it to disk
by mail
Transforms XML data to JSON honoring XML attributes by putting them in a separate key:
by Patrick Jennings
Sleeper NFL Players Sync This template uses the Sleeper API to fetch the complete list of NFL players and stores them in an Airtable base. Itβs built to run daily and ensures you have the most up-to-date player list for fantasy football workflows What it Does Maintain a current player list for fantasy league automations for Sleeper app users / NFL fantasy football managers Pull Sleeper player IDs once daily instead of every request Build smarter workflows using Airtable as your structured dataset Create a subworkflow in n8n for even more Sleeper app workflows Setup Instructions Install n8n (Cloud or self-hosted) Import the template JSON Create Airtable Credentials: Generate an API key at airtable.com/account Connect your base and table (youβll be prompted to do this in n8n) If you would like to customize how you store data please feel free to use what works best for you Match your fields with the data you're storing: player_id (text/number) full_name position team etc. Activate your workflow Remember, you can customize how you trigger this workflow and where you store the data if you choose to do so. Notes Sleeper's player API returns 6,000+ entries, including inactive players, retired players, etc. You can filter this down as needed via position, status, or metadata. Airtable record limit on the free tier is 1,000 rows per base β consider upgrading or filtering further. Be careful of rate limits: both Sleeper and Airtable have them (but this workflow stays well within safe boundaries). The Airtable node can be replaced with other data storage nodes (Google Sheets, Excel, etc) if you prefer Difficulty Rating & Comment (from the author) 2 out of 10 if this ain't you're first rodeo, respectfully. If you use Sleeper for fantasy football, lets go win some games!
by Xavier Tai
How it works Automatically imports company data from Google Sheets into Salesforce while intelligently preventing duplicate accounts. The workflow searches for existing companies, creates new accounts only when needed, and ensures all contact information is properly associated. Key features: Smart duplicate detection by company name matching Dual processing paths for new vs existing companies Automatic contact creation and association Comprehensive error handling and data validation Professional sectional documentation with setup guides Set up steps Configure Google Sheets API credentials (OAuth 2.0) Set up Salesforce Connected App with Account/Contact permissions Prepare Google Sheets with proper column headers (Company Name, Email, Phone, Industry) Map Salesforce field requirements in workflow nodes Test with small dataset before full deployment Estimated setup time: 15-30 minutes Processing time: 15-45 seconds per company All detailed configuration steps, troubleshooting guides, and security best practices are included in the comprehensive sticky note documentation within the workflow.
by tanaypant
Does pretty much what this workflow does but is triggered by a slash command using a Webhook node.
by Teeflo
This Workflows share a Jokes on Twitter with DadJokes API or BlaBlagues API for ImageJokes
by amudhan
This workflow uses Strapi as a CMS and then cross posts new blog posts to Medium and Dev.to.
by amudhan
This workflow uses n8n to extract the names of all the posts from the Hackernoon homepage.
by amudhan
Companion workflow for enhanced Nextcloud node docs