📄️ Date & Time
The Date & Time node is used to manipulate date and time data and convert it to different formats.
📄️ Email Trigger (IMAP)
The IMAP Email node allows you to receive emails using an IMAP email server. This node is a trigger node.
📄️ Function
Using the function node, you can:
📄️ Function Item
The Function Item node is used to add custom snippets to JavaScript code that should be executed once for every item that it receives as the input.
📄️ HTML Extract
The HTML Extract node is useful to extract the HTML content of a webpage.
📄️ IF
The IF node is used to split a workflow conditionally based on comparison operations.
📄️ Interval
The Interval node is used to trigger the workflow to run in regular intervals of time. This node is a Trigger node.
📄️ Item Lists
The Item Lists node simplifies working with returned data that contain lists (arrays), enabling you to easily modify the structure for further processing without the need to use Function nodes and write custom JavaScript.
📄️ Merge
The Merge node is useful to merge data of multiple streams, once data of both streams is available.
📄️ Move Binary Data
The Move Binary Data node is useful to move data between binary and JSON properties.
📄️ Read PDF
The Read PDF node is used to read data from PDF documents and extract its content as text.
📄️ Switch
The Switch node is used to route a workflow conditionally based on comparison operations. It is similar to the IF node, but supports up to four conditional routes.
📄️ Regex Information Extraction
Coming Soon!