Developer Portal

Apps

When adding an application in the Developer Portal, you need to provide the following information:

  1. Application Name: Enter the name of your application. This will be used to identify your application within the portal.

  2. Installation URL: Specify the installation url where installation information will be sent. This webhook is essential for handling the installation process of your application to users' organizations.

  3. Webhook URL: Input the webhook url where other relevant webhook data will be sent. These webhooks can be used to handle various events and interactions related to your application.

After creating your application, you can define the Settings URL, which allows you to provide application-level settings to users.

Once you have registered your application, the following details will be automatically generated for you:

  1. App ID: This is a unique identifier for your application within the system.

  2. Share URL: A custom-generated URL that you can share with users, enabling them to install your application to their organizations.

  3. Signing Secret: A secret key that provides an additional layer of security for interactions with your application's webhooks and blocks.

You can find these generated details on the detail page of your application after it has been created. These pieces of information are vital for managing and integrating your application effectively within the upcoach ecosystem.

Previous
Teams