Any integration can be setup as Custom App and they function similarly to other pre-built integrations available in Cobalt.

Creating Custom Apps

To create a custom app, click on + Add App in the Apps section and specify Name, Description and Slug to identify the app within the Cobalt platform and click on Create

You can also generate Actions for the custom app by providing the OpenAPI Spec.

Authentication Methods

Custom Apps support multiple authentication methods. To setup the Authorization for the Custom App, navigate to Authorization in the App and choose the desired method.

The methods of Authorization are:

Custom Actions for App

Custom Apps support the addition of Actions of APIs.

Create Custom Action

Select Custom Actions, click on the New Action button and provide a Name and Description.

Add any required or optional Fields for the API and add the API under API Call section.

Provide the API by breaking it into 2 parts i.e. Base URL and the Endpoint.

Enable Pagination for Custom Action

If the Action’s API supports pagination, then you can add it to the custom action. Go to the API Call section and enable the Pagination toggle.

In the Type field, select the pagination type and provide the required fields and click on Save API Call.