33 workflows by Jonathan ✕ Clear
Nodes: Sort: Date:
Notify on Slack when refund is registered in WooCommerce
This workflow uses a WooCommerce trigger that will run when an order has been updated and the status is refunded. If the value of this is over 100 it will post it to a Slack channel. To use this wor ...
967
Built by Jonathan Jonathan
Jun 05, 2026
Update specific post-call information on Syncro
This workflow takes Dialpad call information after a call is disconnected and pushes it into Syncro as a ticket timer update, matching the start time and end time provided by Dialpad and a note that c ...
949
Built by Jonathan Jonathan
Jun 05, 2026
Standup bot (3/4): Override Config
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.
913
Built by Jonathan Jonathan
Jun 05, 2026
Notify on Slack when new product is added in WooCommerce
This workflow uses a WooCommerce trigger that will run when a new product has been added, It will then post it to Slack so your team is always kept up to date with new products. To use this workflow ...
891
Built by Jonathan Jonathan
Jun 05, 2026
Creates a time tracking project from Syncro to Clockify
This workflow creates a project in Clockify that any user can track time against. Syncro should be setup with a webhook via Notification Set for Ticket - created (for anyone). > This workflow is p ...
889
Built by Jonathan Jonathan
Jun 05, 2026
Sync timer entries from Clockify to Syncro
This workflow will take a timer entry from Clockify and submit it to a matching ticket in Syncro. It saves the time entry ID from Clockify and the time entry ID from Syncro into a Google Sheets. Then, ...
889
Built by Jonathan Jonathan
Jun 05, 2026
Push Dialpad call information to Syncro
This workflow takes Dialpad call information for an answered call and pushes it into Syncro as either a ticket or an update to an existing ticket. You will need to have a workflow for each technician ...
885
Built by Jonathan Jonathan
Jun 05, 2026
Joining different datasets
Task: Merge two datasets into one based on matching rules Why: A powerful capability of n8n is to easily branch out the workflow in order to process different datasets. Even more powerful is the abil ...
122,191
Built by Jonathan Jonathan
Jun 05, 2026
Back Up Your n8n Workflows To Github
This workflow will backup your workflows to Github. It uses the public api to export all of the workflow data using the n8n node. It then loops over the data checks in Github to see if a file exists ...
80,446
Built by Jonathan Jonathan
Jun 05, 2026
Working with dates and times
Task: Handle dates and times in your workflow Why: Date and time formats can be hard to work with, we have 2 main ways of doing that with n8n that cover all the main needs Main use cases: Change da ...
70,600
Built by Jonathan Jonathan
Jun 05, 2026
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: Spreadsheets and databases require the incoming data to have the same fields as the head ...
63,641
Built by Jonathan Jonathan
Jun 05, 2026
Pulling data from services that n8n doesn’t have a pre-built integration for
You still can use the app in a workflow even if we don’t have a node for that or the existing operation for that. With the HTTP Request node, it is possible to call any API point and use the incomin ...
194,346
Built by Jonathan Jonathan
Jun 05, 2026
Creating an API endpoint
Task: Create a simple API endpoint using the Webhook and Respond to Webhook nodes Why: You can prototype or replace a backend process with a single workflow Main use cases: Replace backend logic wit ...
422,411
Built by Jonathan Jonathan
Jun 05, 2026