Skip to main content
Best answer

Is there a way to reopen an archived/closed Trello Board after a trigger?

  • August 8, 2023
  • 2 replies
  • 64 views

Jillyn

Hello,

 

I currently have a Zap that automatically closes a board after a trigger.

 

But I was wondering if there’s any workaround for reopening it since it’s not in the list of Actions? If there isn’t, is there a possibility for it to be added in the future?

Best answer by Troy Tessalone

Hi @Jillyn 

Good question.

You would have to use the Trello API: https://developer.atlassian.com/cloud/trello/rest/api-group-boards/#api-boards-id-put

App APIs can be used in Zaps with these apps:

  1. Code
  2. Webhooks

 

If you need help, consider hiring a Certified Zapier Expert: https://zapier.com/experts/automation-ace

 

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • Answer
  • August 8, 2023

Hi @Jillyn 

Good question.

You would have to use the Trello API: https://developer.atlassian.com/cloud/trello/rest/api-group-boards/#api-boards-id-put

App APIs can be used in Zaps with these apps:

  1. Code
  2. Webhooks

 

If you need help, consider hiring a Certified Zapier Expert: https://zapier.com/experts/automation-ace

 


Jillyn
  • Author
  • Beginner
  • August 11, 2023

This is exactly what I needed. Thank you @Troy Tessalone!