33 workflows
by Jonathan
✕ Clear
Nodes:
Sort:
Date:
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 ...
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 ...
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.
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 ...
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 ...
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, ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...