About Trello Adapter Use Cases

The Trello Adapter can be used in scenarios such as the following.

  • Create an integration with the REST Adapter as the trigger connection and the Trello Adapter as the invoke connection. Configure the Trello Adapter with the Create a board operation to create a board in Trello. Select and configure the REST Adapter to send a POST request to the Trello Adapter. Perform appropriate data mapping between the REST Adapter and Trello Adapter in the mapper. The Trello Adapter sends the Create a board operation as a payload while invoking the operation in Trello.

  • Create an integration with the REST Adapter as the trigger connection and the Trello Adapter as the invoke connection. Configure the Trello Adapter with the Delete a member from a card operation in the Trello Adapter to delete a specific member from a card in Trello. Select and configure the REST Adapter to send a DELETE request to the Trello Adapter. Perform appropriate data mapping between the REST Adapter and the Trello Adapter in the mapper. The REST Adapter sends a DELETE request to the Trello Adapter, which sends the Delete a member from a card operation as a payload while invoking the operation in Trello.