n8n-nodes-base.if
4,564 workflows using this node.
What is the n8n-nodes-base.if node used for in n8n workflows?
n8n-nodes-base.if n8n workflows are automation templates that use the n8n-nodes-base.if node as part of a reusable workflow. Builders use these templates to inspect how the node connects with triggers, data transformation steps, app integrations, notifications, storage, or AI-powered actions inside n8n. Each workflow listing includes a title, summary, author attribution, categories, complexity level, source links when available, and a downloadable JSON file for review before import. Use this page to compare practical examples, understand the surrounding nodes, and choose a template that can be safely tested and adapted in your own n8n workspace.
n8n-nodes-base-if
Create a new user in Notion based on the signup form submission
This workflow recieves webhook data from a form submission and creates a new user (with name and email) if necessary....
Create Zoom meeting link from Google Calendar invite
Gets Google Calendar events for the day (12 hours from execution time), and filters out in person meetings, Signal me...
Use REGEX to select date
This workflow looks for a Close Date value using REGEX in the IF node. If it finds the correct value, it will pass th...
Find emails with Dropcontact on Typeform submission
This workflow automatically finds verified and nominative email and all information (with Dropcontact) to prospect pr...
Create HubSpot contacts from LinkedIn post interactions
This workflow automatically does the following: Scrapes comments and likes from a LinkedIn post. Adds contact data (n...
Send a daily summary of your Google Calendar events to Slack
This workflow will trigger daily at 6am to retrieve your day's calendar events from Google Calendar and send them as...
Assign issues to interested contributors
This workflow handles the incoming issues and issues comments for your open source project. If a contributor is inter...
Use Redis to rate-limit your low-code API
This workflow demonstrates how to can use Redis to implement rate limits to your API. The workflow uses the incoming...
Export new deals from HubSpot to Slack and Airtable
This workflow is triggered when a new deal is created in HubSpot. Then, it processes the deal based on its value and...
Capture leads in HubSpot from Typeform
This workflow is triggered when a typeform is submitted, then it saves the sender's information into HubSpot as a new...
Detect toxic language in Telegram messages
This workflow detects toxic language (such as profanity, insults, threats) in messages sent via Telegram. This blog t...
Run weekly inventories on Shopify sales
This workflow is scheduled to run every week, when it gets all your Shopify orders, calculates their sales value, sto...
Process Shopify new orders with Zoho CRM and Harvest
This workflow is triggered when a new order is created in Shopify. Then: the order information is stored in Zoho CRM,...
Handle pagination in HTTP requests
This example workflow demonstrates how to handle pagination. This example assumes that the API you are making the req...
Merge data for multiple executions
This workflow demonstrates how to merge data for different executions. The Merge Data Function node fetches the data...
Release a new version via Telegram bot command
This workflow allows you to release a new version via a Telegram bot command. This workflow can be used in your Conti...
Trigger a build in Travis CI when code changes are push to a GitHub repo
This workflow allows you to trigger a build in Travis CI when code changes are pushed to a GitHub repo or a pull requ...
Add a check condition for a loop in n8n
This workflow demonstrates the use of expression. It demonstrates how the expression can be used to avoid an infinite...
Sync Google Calendar tasks to Trello every day
This workflow will allow you at the beginning of each day to copy your google calendar events into Trello so you can...
Add articles to a Notion list by accessing a Discord slash command
This workflow allows you to add articles to a Notion reading list by accessing a Discord slash command. Prerequisites...
Add positive feedback messages to a table in Notion
This workflow allows you to add positive feedback messages to a table in Notion. Prerequisites 1. Create a Typeform t...
Check To Do on Notion and send message on Slack
This workflow allows you to check the To Do list on Notion and send a message on Slack. Prerequisites 1. Create a Not...
Build a self-hosted URL shortener with a dashboard
This workflow creates an automatic self hosted URL shortener. It consists of three sub workflows: 1. Short URL creati...
Receive a Mattermost message when new record gets added to Notion
This workflow allows you to receive a Mattermost message when meeting notes get added to the Notion. Prerequisites 1....