How to add a configuration page for my weak application?

How to add a configuration page for my weak application?

For example: asana has a add configuration button that leads to a page that we can use to then connect an insecure user account with asana account

enter image description here

+6
source share
1 answer

Several Slack applications (e.g. Twitter, Google Calendar) provide a configuration page after installation on Slack. However, this seam feature is only available to Slack commercial partners, and not as a standard feature for every application developer.

Developers must implement this themselves using an external / script application that is connected to the Slack application and stores the configurations in its own database.

See also this answer for a full explanation of how this works.

Looking at the official Slack Plattform Roadmap for developers , this feature can be implemented in the future in the section “Installing applications from Slack”.

+4
source

Source: https://habr.com/ru/post/1013256/


All Articles