Integrating Third-Party Apps#

Integrating third-party apps allows you to pass readily authenticated apps to your Action handlers.

Third-party apps can be connected either globally as an admin or individually per user.

We get started with admin app integrations and will look at user-connected apps in a later chapter.

Adding an Integration as Admin#

Let's connect Trello to our previously created app.

bash
1
bitmio projects myapp integrations create trello

Follow the auth instructions in the returned URL to complete the setup.

We can optionally name the integration to be able to have multiple account integrations to the same app:

bash
1
bitmio projects myapp integrations create trello "My Other Trello"

The default name of the integration is the app name.

List integrated Apps#

You can view the status of integrated apps.

bash
1
bitmio projects myapp integrations

Explore supported App Integrations#

For a list of all supported App Integrations:

bash
1
bitmio apps
Integrating Third-Party Apps