Services Plugins FAQs

Trello Plugin Question

Hello, I’m trying to use the Trello plugin, but I’m having trouble understanding this field in the documentation.

I can’t find any information on what should be in this field or what they have put in there for this screenshot.

Also, my end goal is simply to have a button that will create a new card. Once i have gone through the whole process of getting a data call for the team, then board, then list i want it added to, can I use that list ID as a static text from then on to create new cards?

Thank you!

Hello @kauri.p6,

Thank you for reaching out!

For the “Get Team” API call, the ID field needs the ID or name of the team/workspace. You can locate the name of the team you want to access in the URL of Trello, as illustrated in the screenshot below:


This can be inputted into the API call to retrieve details about the workspace.

It’s important to note that the “name” and “display name” are distinct; the “name” is used for searching teams, while the “display name” is how it appears within Trello. As demonstrated in the screenshot, the workspace’s name is “zqdevelopment1,” but its display name is “zqdevelopment.”

For more information on the API calls we utilize, please check Trello documentation. You can review the documentation for the “Get Team” action here.

Your use case should be feasible with our plugin, and we wish you the best in integrating it successfully!

Should you have any further questions or concerns, please don’t hesitate to reach out to us on the forum or via email at support@zeroqode.com.

Best regards :sunflower: