Connections

Connection nodes help you interact with the outside world by connecting to databases, APIs or bespoke integration nodes. Enable new Connection nodes by adding Connections to your organisation. Different types of connection nodes are supported.

Databases

Lleverage supports direct querying to common databases. This can be used to infuse the workflow with more data or write node output into your database state. Nodes are available for:

  • MySQL

  • PostgreSQL

  • Firebase

Various operations are supported like selecting, inserting, updating and deleting rows, or running custom queries.

APIs

Lleverage supports importation OpenAPI schemas to provide easy usage of your favourite API end points in workflow nodes. API connections support a variety of common authentication methods like OAuth 2.0, Basic auth and Bearer tokens. The workflow supports two nodes to consume APIs:

  • API call allows you to select and API connection and request and make a call without complex construction of request URL, body and authentication. The response of the API will be pushed as output into the next node.

  • HTTP call allow you to manually configure HTTP requests and gives you full control over all properties of the request. The response of the API will be pushed as output into the next node.

Integrations

Integrations allow you to connect to third party providers to unlock bespoke nodes on the workflow canvas. Currently, the following integrations and nodes are supported:

  • The Airtable integration gives you access list, get, create and update nodes to query and manipulate Airtable records.

  • The Zapier integration allows you to create a Zapier trigger to start workflow execution.

  • The Google Sheets intergation allows you to access list, get, create and update nodes to query and manipulate Google Sheets rows.

  • The SerpApi integration allows you to fetch search results from Google for a specific location and bring the results into your workflow

Last updated