Skip to content

Functions

Functions are used to describe behavior in Steps when a Trigger is activated or when executed manually.

Steps

A Step is a series of actions performed by Functions. The Steps are linked by a system of dependencies allowing to identify their execution order. The actions of a Step are executed successively.

Actions

  • request: send a request to a server (HTTP, WebSocket, ...)
  • lookup: browse a data with Manipulators to extract information
  • parse: allows to pass from a text to an object via a Syntax
  • cryptography: generates encryption keys (bcrypt, JWT, UUID, RSA, ...)
  • collection: performs a read or write operation on a Collection
  • function: call another Function with its Options
  • connector: communication with an external service (API) via a Connector and its Options
  • database: performs reads or writes with a query
  • email: allows manual sending of messages
  • page: allows to simulate the navigation on a Page