Find a suitable API

When creating an OpenAPI Specification to integrate an app, you must make sure the API can be supported by Nintex Xtensions. To be supported, an API must:

Tip: If you want to connect an unsupported API, you can create a small piece of code called a serverless function to pre-process unsupported operations and responses between Nintex Workflow and the API. This is explained in more detail further on.

OpenAPI Specifications must be written in JSON to be imported into Nintex Workflow. You can convert specification formats from YAML to JSON using the Swagger.io editor.

Looking to upload a product or service's published OpenAPI Specification? See Import a third-party specification.

Note:  Events are not yet supported by Nintex Xtensions. For more information on what is currently supported, see Limitations and Known Issues.

Next steps

Build the basic structure