Field intelligence for AI-first professionalsVol. II · Nº 56 · Saturday, August 15, 2026
← The library

551 workflows, ready to run.

Community-built n8n automations, searchable live from the template library. Open one on n8n.io and import the JSON straight into your instance.

Avoid rate limiting by batching HTTP requestsThis workflow demonstrates the use of the Split In Batches node and the Wait node to avoid API rate limits. Customer Datastore node: The workflow fetches data from the Customer DaHTTP Request · Customer Datastore (n8n training)4.1k views
Handle pagination in HTTP RequestsThis example workflow demonstrates how to handle pagination. This example assumes that the API you are making the request to has pagination, and returns a cursor (something that HTTP Request11.2k views
Merge data for multiple executionsThis workflow demonstrates how to merge data for different executions. The Merge Data Function node fetches the data from different executions of the RSS Feed Read node and merg5.7k views
Scrape and store data from multiple website pagesThis workflow allows extracting data from multiple pages website. The workflow: 1) Starts in a country list at https://www.theswiftcodes.com/browse-by-country/. 2) Loads every couHTTP Request · MongoDB · uProc80k views
Send location updates of the ISS to a topic in MQTTThis workflow allows you to send position updates of the ISS every minute to a topic in MQTT using the MQTT node. Cron node: The Cron node will trigger the workflow every minuteHTTP Request · MQTT2.1k views
Send location updates of the ISS every minute to a table in Google BigQueryThis workflow allows you to send position updates of the ISS every minute to a table in Google BigQuery. Cron node: The Cron node will trigger the workflow every minute. HTTP RHTTP Request · Google BigQuery1.7k views
Send location updates of the ISS every minute to a queue in AWS SQSThis workflow allows you to send position updates of the ISS every minute to a queue using the AWS SQS node. Cron node: The Cron node will trigger the workflow every minute. HTHTTP Request · AWS SQS656 views
Split In Batches node noItemsLeft exampleThis workflow demonstrates how to use noItemsLeft to check if there are items left to be processed by the SplitInBatches node. Function node: This node generates mock data for t5.8k views
Load data into spreadsheet or databaseThis workflow is a generic example of how to load data from your workflow into a destination that stores tabular data. For example, a Google Sheets or Airtable sheet, a .CSV file, 3.6k views
Receive updates of the position of the ISS and add it to a table in TimescaleDBThis workflow allows you to receive updates about the positiong of the ISS and add it to a table in TimescaleDB. Cron node: The Cron node triggers the workflow every minute. YouHTTP Request · TimescaleDB482 views
Access data from bubble applicationThis is a proof of concept workflow showing how you would connect n8n to a Bubble data collection.HTTP Request783 views
Send updates about the position of the ISS every minute to a topic in RabbitMQThis workflow allows you to send updates about the position of the ISS every minute to a topic in RabbitMQHTTP Request · RabbitMQ1.4k views
Create, update, and get a document in Google Cloud FirestoreThis example workflow allows you to create, update, and get a document in Google Cloud Firestore. The workflow uses the Set node to set the data, however, you might receive data Google Cloud Firestore6.9k views
Create a table, and insert and update data in the table in SnowflakeSnowflake1.1k views
Receive updates for the position of the ISS and push it to a FirbaseHTTP Request · Google Cloud Realtime Database978 views
Create an array of objectsYou can use the Function node to create an array of objects.2.4k views
Convert an array into an array of objectsYou can use the Function node to convert an array to an array of objects.1.9k views
Send updates about the position of the ISS every minute to a topic in ActiveMQHTTP Request · AMQP Sender499 views