n8n-nodes-base.n8ntrainingcustomerdatastore
13 workflows using this node.
n8n-nodes-base-n8ntrainingcustomerdatastore
Automatically issue training certificates and send via Gmail
This n8n workflow automates the generation and delivery of student completion certificates . Features: Retrieves stud...
Low-code API for Flutterflow apps
Flow Start: The flow starts upon receiving an HTTP GET call. Webhook: Receives the HTTP GET call and triggers the flo...
Monitor security advisories
This n8n workflow automates the monitoring and notification of Palo Alto Networks security advisories. It is triggere...
itemMatching() usage example
This workflow provides a simple example of how to use in the Code node to retrieve linked items from earlier in the w...
Count the items returned by a node
This workflow provides a simple approach to counting the items returned by a node. It uses a Set node with the Execut...
Merge multiple runs into one
This is a workflow that might come handy after using loops. They usually leave you with items spread across different...
Generate dynamic contents for EMAILS or HTML pages
==Disclaimer: This template contains a community node and therefore only works for n8n self hosted users== This is Mi...
Preparing data to be sent to a service
Task: Make sure that data is in the right format before injecting it into a database/spreadsheet/CRM/etc. Why: Spread...
Rate limiting and waiting for external events
Task: Control your data flow with rate limits and external cues Main use cases: Control the rate of items flow into o...
Filtering and branching data
Task: Conditional filtering and branching items Why: Filtering and branching data based on conditions allows you to b...
Very quick quickstart
Want to learn the basics of n8n? Our comprehensive quick quickstart tutorial is here to guide you through the basics...
Demonstrates the use of the $item(index) method
This workflow demonstrates the use of the method. This method is useful when you want to reference an item at a parti...
Avoid rate limiting by batching HTTP requests
This workflow demonstrates the use of the Split In Batches node and the Wait node to avoid API rate limits. Customer...