After you've logged into the Sendloop Dashboard, click Apps in the top navigation bar. Using the drop-down menu that appears, click App Store.
In the App Store, search for the Developer App, and Install it.
You'll be asked to grant access permissions to Developer. Click Accept to continue.
Sendloop will now install Developer onto your account. When complete, you'll be prompted to provide some basic information about yourself. This appears in your Sendloop Developer Profile.
At this point, you'll start creating your app. Begin by providing the name and App URL (this is where your app will be executed) for your soon-to-be app, and click Create a new app to proceed.
<aside>
⚠️ App URL
The App URL can be either a publicly accessible domain/IP or simply localhost
. However, it must use the HTTPS protocol to ensure security and privacy. Additionally, we recommend that you use ngrok (which opens a secure tunnel to your localhost
) during the development process.
</aside>
Once Sendloop creates your new app, you'll be directed to the app's control page.