Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Trello Spoke

Manage Trello Enterprise subscriptions using your ServiceNow instance. Analyze data usage for Trello enterprise and reclaim idle subscriptions.

Request apps on the Store

Visit the ServiceNow Store to view all the available apps, and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.

Integration Hub subscription

This spoke requires an Integration Hub subscription. For more information, see Legal schedules - IntegrationHub overview.

Spoke version

Trello spoke v1.5.0 is the latest version.

Spoke requirements

  • Trello Enterprise admin access
  • Ensure that your Trello subscription is linked to Atlassian account.
  • Ensure that your authorized account has both Trello Enterprise admin and Atlassian account admin access.

Spoke dependencies

If you’re having trouble installing the app, ensure that these dependent plugins are installed:

  • ServiceNow Integration Hub Runtime (com.glide.hub.integration.runtime)
  • ServiceNow Integration Hub Action Step - REST (com.glide.hub.action_step.rest)
  • ServiceNow Integration Hub Action Template - Data Stream (com.glide.hub.action_type.datastream)

Note: Some of these plugins are licensable features and require appropriate licenses, if used outside the spoke implementation.

Spoke flows

The Trello spoke provides the Upsert Trello Board flow to check if a new board has been created in the Trello Boards table, or if an existing board has been updated and accordingly synchronizes it in Trello. To customize the sample flow, copy it to the required application scope.

Spoke subflows

The Trello spoke provides the Process Trello Webhook subflow to retrieve data based on the changes happening in Trello. The subflow is executed when the webhook is triggered. To customize the sample flow, copy it to the required application scope.

Spoke actions

The Trello spoke provides actions to automate Trello tasks when events occur in your ServiceNow instance. Available actions include:

CategoryActionDescription
Retrieve ActionsLook up Action by IDRetrieves details of the required action.
Look up Actions by Board IDRetrieves details of actions from the specified board.
Look up Actions by Card IDRetrieves details of the actions from the specified card.
Look up Actions by List IDRetrieves details of the actions from the specified card.
Look up Actions by Organization IDRetrieves details of actions from the specified organization.
Update ActionUpdates content of a comment for an action.
Attachment ManagementCreate Attachment on CardAttaches a file to the required card.
Delete Attachment by IDDeletes the specified attachment.
Look up Attachment by IDRetrieves details of the required attachment.
Look up Attachments by Card IDRetrieve attachments on card.
Board ManagementCreate BoardCreates a board with the provided details.
Delete Board by IDDeletes the specified board.
Look up Board by IDRetrieves details of the required board.
Look up Boards by Organization IDRetrieves details of boards from the specified organization.
Update BoardUpdates details of the specified board.
Card ManagementCreate CardCreates a card with the provided details.
Delete Card by IDDeletes the specified card.
Look up Card by IDRetrieves details of the required card.
Update CardUpdates details of the card.
Checklist ManagementCreate ChecklistCreates a checklist with the provided details.
Look up Checklist by IDRetrieves details of the required checklist.
Custom Field ManagementCreate Custom FieldCreates a custom field with the provided details.
Look up Custom Field by IDRetrieves details about the required custom field.
Label ManagementLook up Label by IDRetrieves details of the required label.
List ManagementCreate ListCreates a list with the provided details.
Look up List by IDRetrieves details of the specified list.
Organization ManagementLook up Organization by IDRetrieves details of the required organization.
Sticker ManagementAdd Sticker to CardAdds a sticker to the required card.
Delete Sticker by IDDeletes the specified sticker.
Look up Sticker by IDRetrieves details of the required sticker.
Look up Stickers by Card IDRetrieves details of stickers on a card.
Update StickerUpdates details of the specific sticker.
User ManagementLook up Enterprise IDRetrieves the organization ID of the authenticated user account.
Look up Enterprise Members Stream Retrieves details of all members in an enterprise organization.
Update Active Status of Enterprise MemberUpdates the active status of the specified member in an enterprise.
Update License Status of Enterprise MemberUpdates whether the provided member should use one of the enterprise's available licenses or not.
Webhook ManagementCreate WebhookCreates a webhook with the provided details.
Delete Webhook by IDDeletes the specified webhook.

Note: This spoke has a Look up User action and Software Asset Management related actions only.

Spoke modules

The Trello spoke adds the Trello Spoke application to ServiceNow instance. The Trello Spoke application includes these modules:

ModuleDescription
BoardsEnables you to create boards in Trello. When you create a record here, the Upsert Trello Board flow is triggered and creates or updates the board details in Trello.
Remote Table
UsersEnables you to access the Trello user details.
Webhook
Routing PoliciesStores the routing policies of the Trello webhook. A default record is available along with the spoke. You can customize the default routing policy as per your requirement.
Webhook RegistriesStores the webhook registries. The webhook registry registers a Trello webhook in ServiceNow to notify ServiceNow when certain events occur in Trello. You can create a webhook for the required board. When any changes occur in the board, the webhook is triggered, the Process Trello Webhook subflow is executed, and the board changes can be viewed in the subflow logs.

Connection and credential alias requirements

Integration Hub uses aliases to manage connection and credential information. Using an alias eliminates the need to configure multiple credentials and connection information profiles when using multiple environments. If the connection or credential information changes, you don't need to update any actions that use the connection. For more information, see Connections and Credentials.

For information about setting up the spoke, see Generate Trello API key and token and Create a Trello connection.