Jan Oberhauser
Workflows by Jan Oberhauser
AI-powered WooCommerce Support-Agent
With this workflow you get a fully automated AI powered Support Agent for your WooCommerce webshop. It allows custome...
Create Asana ticket from terminal bash-dash
This workflow allows creating a new Asana task via bash dash Example usage: \ asana My new task Example bash dash con...
Weather check workflow for bash-dash
This workflow returns the current weather at a predefined or given city and returns it so that it can be displayed wi...
Receive Google Sheet data via REST API
Simple workflow which allows to receive data from a Google Sheet via "REST" endpoint. 1. Wait for Webhook Call 1. Get...
Send trending "Show HN" to email
1. Triggers every day at 1pm 1. Gets the current content from Hacker News 1. Gets all the different submission items...
API queries data from GraphQL
Simpe API which queries the received country code via GraphQL and returns it. Example URL: [https://n8n.exampl.ecom/w...
Convert Typeform data into spreadsheet
1. Trigger on new Typeform form submission 1. Get existing spreadsheet file from NextCloud 1. Read data from file int...
Webhook returning XML
1. Receives data from an incoming HTTP Request (set up to use respond to webhook node) 1. Create dummy data 1. Conver...
Send Typeform results to Google Sheet, Slack and email
1. Trigger on new Typeform form submission 2. Write data to Google Sheet 3. Check severity of problem 4. If very seve...
Telegram sticker bot
1. Gets triggered by Telegram once a user sends a message 1. Checks if the message contains a sticker 1. If a sticker...
Transform XML data and upload to Dropbox
1. Download XML data 1. Convert it to JSON 1. Change title in data 1. Convert back to XML 1. Upload file to Dropbox
Add data from Google Sheet to Dropbox
1. Triggers worfklow all 15 minutes 1. Reads the data from Google Sheet 1. Converts data to XLS 1. Uploads the file t...
Handle errors from a different workflow
When set as "Error Workflow" on other workflow which does fail will it send an Email with information about which wor...
Sync data between multiple Google Spreadsheets
1. Triggers workflow all two minutes 1. Reads data from a Google Spreadsheet (in example Sheet Data columns A to G) 1...
Send selected GitHub events to Slack
1. Gets triggered by GitHub once a user stars/unstars a repository 1. Checks if star got added or removed and forward...
Write HTTP query string on image
1. Receives data from an incoming HTTP Request 1. Reads file from internet 1. Writes data on image 1. Returns the dat...
Transfer data from Postgres to Excel
1. Read data from Postgres 1. Converting it to XLS 1. Save it to disk
Insert Excel data to Postgres
1. Read XLS from file 1. Convert it to JSON 1. Insert it in Postgres