---
sourceDocument: Australia ServiceNow AI Platform Administration
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/platform-administration

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Configure source system

# Configure Trello for external content indexing {#ariaid-title1}

Release version: Australia  
Updated March 12, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 minutes to read  
Create and authorize a Power-Up in the Trello Power-Up Admin Portal to allow the Trello external content connector to access your Trello source system.

## Before you begin

Your organization must be on the Trello Enterprise plan. For details on this plan, see <https://trello.com/enterprise>.  
Make sure that you have the Trello Enterprise Name for your organization.  
Note:  
You can find your Enterprise Name in the URL for your organization's Trello Enterprise Admin Dashboard, which has the format https://trello.com/e/EnterpriseName/admin. For more information on the Trello Enterprise Admin Dashboard, see <https://trello.com/guide/enterprise/admins-dashboard>.

You need developer privileges for the Trello Power-Up Admin Portal.

Role required: none

## About this task

The Trello external content connector retrieves content from publicly accessible boards in your Trello source system using the Trello REST API.

To allow the connector to access your Trello source system via the Trello REST API, you must configure and authorize a Power-Up in the Trello Power-Up Admin Portal. Your connector administrator can use settings copied from the Power-Up to configure the Trello external connector for proper connection to your source system.

## Procedure

1. In the Trello Power-Up Admin Portal, create a new Power-Up for the Trello external content connector.
   1. Navigate to <https://trello.com/power-ups/admin> and log in with developer credentials.
   2. Select New.
   3. Enter a name for your new Power-Up.  
      As an example, you might enter <kbd class="ph userinput">Trello external content connector</kbd>.
   4. Select the Trello workspace that will own your new Power-Up.  
      This should be the workspace that includes the content you want the external content connector to retrieve and make searchable.
   5. **Optional:** Enter your email address, a support contact email address or URL, and an author name for your new Power-Up.
   6. Select Create.

   You're taken to the Basic Information page for your new Power-Up.
2. Generate an API key and a token for your new Power-Up.
   1. Navigate to the API Key page for your new Power-Up.
   2. Select Generate a new API key.
   3. In the Generate API key modal window, select Generate API key.
   4. Copy your new API key and store it in a secure location.  
      Important:  
      Your external content connector administrator needs this API key when configuring the Trello external content connector. {#configure-trello-external-content-indexing__copy-api-key-step}
   {#configure-trello-external-content-indexing__copy-api-key-step}
   5. Select Token.
   6. On the authorization screen, select Allow.
   7. Copy your new token and store it in a secure location.  
      Important:  
      Your external content connector administrator needs this API token when configuring the Trello external content connector. {#configure-trello-external-content-indexing__copy-api-token-step}
   {#configure-trello-external-content-indexing__copy-api-token-step}
3. Get the ID for your enterprise (organization) from Trello.
   1. Run this curl command, replacing <kbd class="ph userinput">&lt;enterprise-name&gt;</kbd> with your organization's Trello Enterprise Name, <kbd class="ph userinput">&lt;api-key&gt;</kbd> with your copied API key, and <kbd class="ph userinput">&lt;api-token&gt;</kbd> with your copied API token:  

          curl --request GET \
            --url 'https://api.trello.com/1/enterprises/<enterprise-name>?key=<api-key>&token=<api-token>' \
            --header 'Accept: application/json'

   2. Copy the `idEnterprise` value from the curl response and store it in a secure location.  
      Important:  
      Your external content connector administrator needs this enterprise ID when configuring the Trello external content connector. {#configure-trello-external-content-indexing__copy-enterpriseid-step}
   {#configure-trello-external-content-indexing__copy-enterpriseid-step} {#configure-trello-external-content-indexing__substeps_ich_lm3_xgc}

## What to do next

Provide the following items to your connector administrator:

* The API key that you copied in step [2.d](https://servicenow-prod.fluidtopics.net/1tEwRa4iwy5zWEJwixUoag#configure-trello-external-content-indexing__copy-api-key-step).
* The API token that you copied in step [2.g](https://servicenow-prod.fluidtopics.net/1tEwRa4iwy5zWEJwixUoag#configure-trello-external-content-indexing__copy-api-token-step).
* The enterprise ID that you copied in step [3.b](https://servicenow-prod.fluidtopics.net/1tEwRa4iwy5zWEJwixUoag#configure-trello-external-content-indexing__copy-enterpriseid-step).
* The base URL for the Trello REST API. This is usually https://api.trello.com.

Your connector administrator needs these items to configure a Trello external content connector to retrieve boards from your Trello source system.

For details on creating and configuring a Trello external content connector, see [Create a Trello external content connector](https://servicenow-prod.fluidtopics.net/lqrDx_1bApNiW3BmFMYjUw "Create an external content connector to retrieve searchable content from your Trello source system.").

