You only need to perform the four steps below to get started easily:
Create your nandbox Account
Go to the sign-in page and click on the sign-up button.
Choose your desired template to start your app with
And click the 'Start with this template' button
You can sign up directly with Google, or you can enter your information manually and then click 'Sign Upβ
Build your App
In your nandbox account, navigate to the builder and start creating your app..
Authorization Token
After finishing your app creation and submitting all your desired features, go to your left admin menu and click 'API & API'.
Click 'Createβ
then click 'Create a new Bot' to create a bot
Insert your bot name, then click 'Saveβ
Once you've created a bot, you can obtain the API or bot's token by hovering over your bot and clicking 'View Detailsβ
Click 'Chat with this Botβ
And click "Get token" from the three-dot icon at the top right
The authorization token and API Server URL link will be sent within the bot chat window. The information will be used to connect your API or bot to the API server.
As the owner (creator) of the API or bot, you will have a chance to test the bot before publishing. As soon as the bot is tested successfully, you can publish it by pressing the "publish" button. Within 24 hours, the bot will be published and available for public search within your app only.
It is important to know that any change in the bot information will result in the bot being unpublished, and the owner must publish his or her bot again to make it available for public search indexing.
Note that you must replace <code>TOKEN</code> in your bot code with the token you got earlier.
json{ "Token": "90091903321704167:0:pVB3qS7H3JBDVvxA9pRh4EQl8ObLVJ", "URI": "wss://w1.nandbox.net:5020/nandbox/api/", "DownloadServer": "https://w1.nandbox.net:5020/nandbox/download/", "UploadServer": "https://w1.nandbox.net:5020/nandbox/upload/" }