Glossary of terms
Last updated
Was this helpful?
Last updated
Was this helpful?
Actions
Actions are specific tasks that live inside a workflow in Rewst. Actions are grabbed from the menu, dragged onto the workflow builder canvas, and executed as a task when the workflow runs.
Anti-patterns
Anti-patterns are common but harmful practices that increase complexity and maintenance challenges. Unlike design patterns, which offer best-practice solutions, anti-patterns often make your code less clear and more error-prone.
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 .
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.
The context
The context is where all data generated, captured, or used in a workflow is stored. Think of it as a shared memory for a specific workflow. Data aliases are stored in the context, making them available for reuse at any step without re-fetching the data.
Context variables
Context variables are variables accessed via the CTX prefix within a running workflow in Rewst, for dynamic processing. They are specific to the workflow run and hold data generated or used during that instance, such as the current ticket ID or timestamp.
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.