Marketplace
İndirebileceğin 3.557 hazır workflow dosyası, artı 10.661 kaynağa bağlı n8n referansı.
Receive messages for a MQTT queue
Explore this workflow on its official n8n template page.
Merge greetings with the users based on the language
Who this is for Every who's interested in seeing how merging items works in n8n What this workflow does This workflow generates two sets of sample data: one with names and corresponding languages, and another with greetings and corresponding languages using the Code node. It then merges these two datasets using the Merge node based on the common “language” field, combining all entries that share the same language.
Receive updates when an event occurs in Asana
Explore this workflow on its official n8n template page.
Receive updates when a billing plan is activated in PayPal
Explore this workflow on its official n8n template page.
Store data received from Webhook in JSON
Store the data received from the CocktailDB API in JSON
Receive updates when a form submission occurs in your Webflow website
Explore this workflow on its official n8n template page.
Receive updates when a sale is made in Gumroad
Explore this workflow on its official n8n template page.
Receive updates for support in Zendesk
Explore this workflow on its official n8n template page.
Create a customer and add them to a segment in Customer.io
Explore this workflow on its official n8n template page.
Receive updates when a subscriber unsubscribes in Customer.io
Explore this workflow on its official n8n template page.
Receive updates on a subscriber added in ConvertKit
Explore this workflow on its official n8n template page.
Get all releases in Sentry
Explore this workflow on its official n8n template page.
Manage subscribers in ConvertKit
Explore this workflow on its official n8n template page.
Get list of completed sale orders with Unleashed Software
Explore this workflow on its official n8n template page.
Get all the entries from Contentful
Explore this workflow on its official n8n template page.
Receive server-sent events
Companion workflow for SSE Trigger node docs
Upload video, create playlist and add video to playlist
Explore this workflow on its official n8n template page.
Manage contacts in Google Contacts
Explore this workflow on its official n8n template page.
Export WordPress posts to Spreadsheet
Export WordPress Posts to Spreadsheet and download .csv to your local machine.
Nathan: Your n8n Personal Assistant
Nathan is a proof of concept framework for creating a personal assistant who can handle various day to day functions for you.
Receive updates from HubSpot on a new contact creation
Companion workflow for HubSpot Trigger node docs
Set automated labels in Gmail
Explore this workflow on its official n8n template page.
Manage folders in Nextcloud
Companion workflow for enhanced Nextcloud node docs
Post latest Twitter mentions to Slack
This workflow will allow you to get the latest twitter mentions and send those mentions to Rocket.Chat. To ensure that we don't resend the same tweets as before, we use the Function Node and getWorkflowStaticData() to persist the ids of the tweets which have already been sent and filter those out. This leaves us with only the newest tweets.