Step 4: Build Your App
There are various advantages that Twigs components and SSDK CLI offer. Feel free to read the respective documentation to maximize its potential.
SSDK CLI is relatively easy to install in macOS using the documentation. But, to further simplify the installation process for Windows, please refer to this SSDK Windows Installation video.
It is recommended to use Twigs components for your app’s front end, ensuring that the design matches SurveySparrow’s UI.
Utilize the public REST API for SurveySparrow to make API calls to our platform.
A great feature of SSDK CLI is that it automates the OAuth process for third-party applications.
we recommend you create oauth-config.json file inside the config folder and pass the third-party app's OAuth configurations to automate the OAuth process.
Implement error handling to provide informative error messages to users.
Before submitting, publish your app on the developer portal and test its performance.
Follow this video tutorial on how to publish your app on the developer portal.
Last updated