Skip to main content

Create Open API Activity

OpenAPI definitions describe all the methods and parameters of a REST API. You can upload an OpenAPI document into Resolve Actions to generate activities corresponding to the API’s parameters and methods.

Note: You must obtain the OpenAPI document from your service provider.

Importing OpenAPI Documents

In the Create a new activity window:

  1. Select OpenAPI from the dropdown menu.
  2. Enter an Activity Name for your category of activities.
    1. Click the Upload Swagger.json,then select and upload your OpenAPI file.
    2. Enter the Base URL of your API.
    3. In the Authentication field choose one of the following:
      1. Basic to enter a Username and Password
      2. Bearer Token to enter a Token.
  3. Enter a Description for the activity.
  4. Attach the file via the *Upload button.
  5. Click Save & Continue.

Editing Imported Documents

Once you have uploaded your OpenAPI document, your Activities will appear in a folder in the left menu. You can select any of the Activities and customize the Code or JSON.