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

548 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.

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
Send updates about the position of the ISS every minute to a topic in KafkaHTTP Request · Kafka1.4k views
Get local datetime into Function node using moment.jsA quick example showing how to get the local date and time into a Function node using moment.js. This relies on the GENERICTIMEZONE environment variable being correctly configured1.7k views
Receive messages for a MQTT queue3.2k views