Glossary of terms

This page is a work in progress! Check back for more terms as they're added.

Our glossary is organized alphabetically, with each tab containing 2-3 letters. Click through the tabs to find your term that starts with the corresponding letter. We include terms specific to Rewst, as well as some industry and programming terms for general reference when reading through our other documentation and training.

Term
Definition

Actions

Actions are specific tasks that live inside a workflow in Rewst. Actions are grabbed from the menu, dragged onto the workflow UI, and executed as a task when the workflow runs.

API

Short for Application Programming Interface, an API is a set of protocols that allow actions on a platform in a programmatic manner. APIs power Rewst's integrations, enabling actions that workflows perform.

API Key

An API key is a unique identifier used during integration setup, allowing secure communication between platforms without re-entering the key for each action.

Authentication Method

The process of verifying the identity of a user or application. The required authentication method will depend on the API you're attempting to access. For more detail, or information on more complex authentication methods check out Mozilla's Developer Network (MDN) documentation on HTTP authentication methods.

Automation

Automation refers to the process of using technology, including Rewst's platform, to perform repetitive tasks without human intervention. It enables businesses to increase efficiency, accuracy, and consistency by automating various processes, from simple notifications to complex multi-step workflows.

Basic Authentication

Basic authentication is a method that requires a username and password, often used for web server login.

Body

Regarding APIs, a body is the part of an HTTP request containing data sent to the API, typically structured in formats like JSON or XML. Example JSON body: {"username": "john_doe", "password": "secret"}.

Cookies

Cookies are small pieces of data stored on a user's computer by a web server, used by APIs to manage sessions or track user behavior.

Content Type

A content type is a specific header used in HTTP requests to indicate the media type, such as application/json for JSON data.

Context Variables

Context variables are variables accessed via the CTX prefix within a running workflow in Rewst, for dynamic processing.

Crate

A Crate is a pre-built automation. Crates within Rewst contain workflows, forms, triggers, templates, and scripts bundled together for easy deployment.

Crate Marketplace

The Rewst Crate Marketplace is the area of the Rewst platform where users can find and install Crates, offering a range of pre-built automation solutions.

Last updated