---
title: "Sandalwood: Ignition Connector"
slug: "trello-connector"
updated: 2024-06-12T07:24:46Z
published: 2024-06-12T07:24:46Z
canonical: "support.tulip.co/trello-connector"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.tulip.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Trello Connector

To download the app, visit: [Library](https://library.tulip.co/connectors/trello-connector)

## Introduction

Trello is a versatile, cloud-based project management tool that helps teams organize tasks, track progress, and collaborate effectively through customizable boards, lists, and cards.

## Purpose

With the help of Tulip - Trello connector you can effectively keep track of your Trello projects, tasks and workspaces in a Tulip application. Furthermore, you can modify any relevant task information, or even create new cards from a Tulip app.

## API Doc

The following Connector Function highlighted in this document have leveraged [Trello API Docs.](https://developer.atlassian.com/cloud/trello/rest/api-group-actions/#api-group-actions)

## Pre-Requisites

1. Sign up for an account at Trello.com (It's free with limited users and boards).
2. To generate an API key you need to create a Power Ups first. To learn how to create, visit [this guide](https://developer.atlassian.com/cloud/trello/guides/rest-api/api-introduction/).
3. Once you obtain the API Key and API Token, you need to include this in each connector's Query section.

![image.png](https://cdn.document360.io/7c6ff534-cad3-4fc8-9583-912c4016362f/Images/Documentation/image%28605%29.png)

## Tulip Connection Details

The following information would need to be configured on Tulip's HTTP connector.

Running On: Cloud Connector Host Host: api.trello.com Port: 443 TLS: Yes Authentication: None Header: None

## Example Prebuilt Connector Functions

#### GET - List boards by user

Lists the boards that the user is a member of.

#### GET - List cards on board

List all the cards that are related to a specific board.

#### GET - List by ID

Get information about a List

#### GET - Specific field on a Card

List a field value on a card. For this you need to give the Field ID as well as input.

#### POST - Add new card to a list

Add new card to a specific list. All the information you leave blank will have a standard value.

#### PUT - Update a card information

Add new card to a specific list. All the information you leave blank will have a standard value.

## Next Steps

- Learn more about [Trello API here.](https://developer.atlassian.com/cloud/trello/guides/rest-api/api-introduction/)
- Learn more about connectors [*here*](https://support.tulip.co/docs/what-are-connectors)

**Connector Function**

**Connector Functions** are individual operations to interact with an HTTP or SQL Datasources. Connector Functions can have inputs and outputs, and can be called from: Triggers, Functions, Automations, and AI Agents.

Once pulled, data can be used throughout your applications.
