Custom Integrations

Introduction

Custom Integrations allow Rewst users to build their own integrations tailored specifically to their organization's needs. By using Custom Integrations, users can integrate their workflows with any service that exposes an API, enhancing automation and efficiency within their operations.

Why Use Custom Integrations?

  • Flexibility: Build integrations that are perfectly tailored to your unique automations requirements.

  • Compatibility: Supports both modern and legacy APIs by accepting Swagger, OpenAPI specifications, or building your own integration from scratch.

  • Ease of Use: Automatically generate actions from API definitions, which can be used in workflows without manual coding.

  • Visibility Control: Manage who in your organization or in sub-organizations can see and use the integrations.

  • Lifecycle Management: Easily manage the lifecycle of your integrations with statuses like draft, published, deprecated, and hidden.

How to Use Custom Integrations

To understand how to create a Custom Integration in Rewst, check out the walkthrough on the page for more information.

  • None

  • API key

  • Basic authorization

  • OAuth 2.0 with the following grant types

  • Client Credentials

  • Authorization code

  • No grant type

Editing and Managing Integrations

Once an integration is created, you can edit it by navigating to the integration's detail page. Here, you can:

  • Change the visibility status of the integration (Hidden or Published).

  • Modify existing actions or add new actions or mark them as deprecated.

  • Delete the integration (Note: The integration must be uninstalled from all sub-organizations first).

Using Custom Integrations in Workflows

After creating and configuring your integration, you can use it in workflows by adding actions from your custom integration to the workflow.

Last updated