The REST API component is designed to connect to any endpoint and make API requests using various methods. It is highly versatile, and capable of interfacing with any available service, offering extensive possibilities for integration. This document will explain how to configure and use the REST API component in a workflow.

Key Concepts

What is an API?

An API (Application Programming Interface) allows different applications to communicate with each other. It's like a messenger that takes your request, tells the target system what you want to do, and then brings the response back to you.

REST API Component

REST API component is a tool that you can use to send requests to other systems and receive responses. You can think of it as a way to ask other applications/services for information or to perform an action.

Configuring the REST API Component

When setting up the REST API component, you will need to provide some key information. Let's break these down:

  1. Endpoint
  2. Method
  3. Headers
  4. Body
  5. Connection ID

Connections and Connection IDs

What is a Connection?

A Connection is like a saved set of login details that our system can use to access different services. These details can include things like usernames, passwords, or special tokens.