Introduction
The API Connector Builder allows the app designer to use a third-party API service based on an OpenAPI Specification OAS document to make the integration easier by configuration through UI. In the builder, an app designer can just upload an OAS document and pick the API endpoints they want to use in app design/integration. Then, the created API connector can be used with the following API connector plugins.
Get started
API Connector Form Load plugin
- In Form Builder, navigate to the Settings tab.
- Under Advanced, for Load Data From, select API Connector from the drop-down list.
- For Save Data To, select API Connector from the drop-down list.
- For Post Processing Tool, select API Connector from the drop-down list.
- Under Configure API Connector, for API Connector, select the API connector created.
- Check the Do not execute when no record id? option.
- For Form, select the form to store the data to.
- For Select Operation, select a Retrieve operation created in the API Connector Builder.
- For id, select a primary key.
- For Base JSON Object Name for Multirow Data, select the name of the base JSON object (e.g., data).