by Jan Oberhauser
Gets triggered by GitHub once a user stars/unstars a repository Checks if star got added or removed and forwards data depending on that Sends notification to Slack
by malgamves
A workflow which allows you to receive daily affirmations via Telegram by querying a REST API triggered by a Cron node. I used the affirmations.dev API
by Harshil Agrawal
This workflow allows you to send daily weather updates via a push notification using the Pushcut node.
by vicdorke
rss-telegramBot 1min refreash choose send message or one photo 0.1 beater code 2019/11/30 0.2 bug fix add instagram rss
by James Li
Summary Onfleet is a last-mile delivery software that provides end-to-end route planning, dispatch, communication, and analytics to handle the heavy lifting while you can focus on your customers. This workflow template automatically creates an Onfleet delivery task when you add in a new row in Airtable. Configurations Update the Airtable trigger node with your own Airtable Base ID, and the table name accordingly You will also need to configure how often this Airtable trigger polls, the default in this template is every 10 minutes Update the Onfleet node with your own Onfleet credentials, to register for an Onfleet API key, please visit https://onfleet.com/signup to get started You can easily change how the Onfleet task is created by mapping to additional data in the Airtable Airtable format should adhere to Onfleet's task import functionalities, for more details please visit the Onfleet Support Center.
by James Li
Summary Onfleet is a last-mile delivery software that provides end-to-end route planning, dispatch, communication, and analytics to handle the heavy lifting while you can focus on your customers. This workflow template automatically creates an Onfleet delivery task when a new fulfillment is created for a Shopify order. Configurations Update the Shopify trigger node with your own Shopify credentials Update the Onfleet node with your own Onfleet credentials, to register for an Onfleet API key, please visit https://onfleet.com/signup to get started You can easily change how the Onfleet task is created by mapping to additional data in the Shopify fulfillment object
by Yaron Been
Enhance Your Workflow with 2Ndmoises_Generator AI This n8n workflow integrates with Replicateβs moicarmonas/2ndmoises_generator model to generate custom outputs based on your prompt. It handles authentication, triggers the prediction, monitors progress, and processes the final result automatically. π Section 1: Trigger & Authentication β‘ On Clicking βExecuteβ (Manual Trigger) Purpose: Start the workflow manually whenever you want to run it. Benefit: Great for testing or running on-demand without needing automation. π Set API Key (Set Node) Purpose: Stores your Replicate API key in the workflow. How it works: Adds your API key as a variable that other nodes can reference. Benefit: Keeps credentials secure and reusable. π Section 2: Sending the AI Request π€ Create Prediction (HTTP Request Node) Purpose: Sends a request to the Replicate API to start generating output with the model. Input Parameters: prompt (text you provide) seed (for reproducibility) width / height / lora\_scale (generation settings) Benefit: Allows full customization of the AIβs generation process. π Extract Prediction ID (Code Node) Purpose: Pulls out the Prediction ID and status from the API response. Why important: The ID is required to check the jobβs progress later. Benefit: Automates polling without manual tracking. π Section 3: Polling & Waiting β³ Wait (Wait Node) Purpose: Adds a short pause (2 seconds) between checks. Benefit: Prevents hitting the API too quickly and avoids errors. π Check Prediction Status (HTTP Request Node) Purpose: Calls Replicate again to ask if the prediction is finished. Benefit: Automates progress monitoring without manual refresh. β Check If Complete (If Node) Purpose: Decides whether the model has finished generating. Paths: True β Move on to processing the result. False β Go back to Wait and recheck. Benefit: Ensures the workflow loops until a final output is ready. π Section 4: Handling the Result π¦ Process Result (Code Node) Purpose: Cleans up the final API response and extracts: Status Output (generated result) Metrics Timestamps (created\_at / completed\_at) Model info Benefit: Provides a structured, ready-to-use output for other workflows or integrations. π Workflow Overview Table | Section | Node Name | Purpose | | ----------------- | ----------------------- | ---------------------------- | | 1. Trigger & Auth | On Clicking βExecuteβ | Starts the workflow manually | | | Set API Key | Stores API credentials | | 2. AI Request | Create Prediction | Sends request to Replicate | | | Extract Prediction ID | Gets prediction ID + status | | 3. Polling | Wait | Adds delay before recheck | | | Check Prediction Status | Monitors progress | | | Check If Complete | Routes based on completion | | 4. Result | Process Result | Extracts and cleans output | | Notes | Sticky Note | Explains setup + model info | π― Key Benefits π Secure authentication using Set node for API key storage. π€ Hands-free generation β just provide a prompt, the workflow handles everything else. π Automated polling ensures you always get the final result without manual checking. π¦ Clean structured output ready for downstream use in apps, dashboards, or notifications.
by sven
In this video I will show you the workflow canvas and how to use nodes by building your first simple workflow. > Videotuturial on Youtube
by James Li
Summary Onfleet is a last-mile delivery software that provides end-to-end route planning, dispatch, communication, and analytics to handle the heavy lifting while you can focus on your customers. This workflow template listens to an Onfleet event and communicates via a Whatsapp message. You can easily streamline this with the recipient of the delivery or your customer support numbers. Configurations Update the Onfleet trigger node with your own Onfleet credentials, to register for an Onfleet API key, please visit https://onfleet.com/signup to get started You can easily change which Onfleet event to listen to. Learn more about Onfleet webhooks with Onfleet Support Update the Twilio node with your own Twilio credentials, add your own expressions to the to number or simply source the recipient's phone number from the Onfleet event Toggle To Whatsapp to OFF if you want to simply use Twilio's SMS API
by Harshil Agrawal
This is an example that creates a channel, adds a member, and posts a message to the channel on Mattermost. You can refer to the documentation to learn how to build this workflow from scratch.
by Jonathan
This is the second workflow for the Mattermost Standup Bot. This workflow is called by the 'Standup Bot - Worker' workflow and will read and return the configuration options.
by Jonathan
This is the third bot for the Mattermost Standup Bot. This workflow will override or update the configuration file as needed. This workflow is called by the 'Standup Bot - Worker' workflow.