Skip to content
Update Contributing a New Adapter authored by Kaylani Carlo's avatar Kaylani Carlo
......@@ -34,6 +34,7 @@ Before contributing a new adapter, be sure you have verified there is a need for
1. Get an OpenApi 3.0 document for the system you want to integrate with
* You may be able to get this from the Vendor website or from contact with the Vendor.
* You may have to convert a WSDL or a Postman Collection to an OpenAPI document using something like APImatic.
2. Build the new adapter using the [Itential Adapter Builder](https://adapters.itential.io).
3. Install the generated adapter into your IAP environment.
......
......