Create
cancel
Showing results forΒ 
Search instead forΒ 
Did you mean:Β 
Sign up Log in

Mikes Trello Tips - Set Due Reminder with Trello Automation βš‘β°πŸ“…

Did you know that when you set a due date on a card, you can set when it reminds you?πŸ””

 

Screenrecording2024-11-1612.32.57-ezgif.com-optimize.gif

When you set this, it becomes the default for any dates you set

So,  when a date is added to a card with Automation, power-up, email to board or the Trello API, surely this reminder stays the same, Right??

THINK AGAIN!  The reminder is disabled by default when these methods are used.... (Trello folks, please fix this?!πŸ™)
Screenrecording2024-11-1612.41.44-ezgif.com-crop (1).gif

Never Fear, Trello automation + API is here πŸ€–

You can boost your Trello automation with the API and I'm going to show you how to use it to fix this problem! 

Keeping it simple - No API experience requiredπŸͺ„

The Trello API may sound daunting but this guide will give you all the steps you need.  

Cartoon_March_Body-1-1024x753.jpg

Simply follow this guide and copy and paste my commands!

Lets Begin...

 

Part 1 - Setting up your Trello API key and tokenπŸ”‘

This is probably the most complicated part but you only have to do it once and my Trello buddy @Brittany Joiner has made a super simple video to show you how.

Copy both the API key and Token to a safe place, you will need them later...

 

Part 2 - Understand how the reminders work

Screenshot 2024-11-16 12.37.43.png

This is what you see but if you peek behind the scenesπŸ‘€, Trello is setting these values in minutes, like below:

  • None = -1
  • At time of due date = 0
  • 5 Minutes before = 5
  • 10 Minutes before = 10
  • 15 Minutes before = 15
  • 1 Hour before = 60
  • 2 Hours before = 120
  • 1 Day before = 1440
  • 2 Days before = 2880

Now you know this important information, my automation is going to show you how to set the reminder to 1 hour before (60), you can change the automation to your preferred choice. 

 

Part 3 - Create the automation πŸ—²

Not many people know this but Trello automation includes the ability to issue HTTP requests.  If you're interested in this, look here

But its not important to know about it, just follow my steps.

 

Step 1 - Create the Trigger

For this, we are going to use the trigger

when a due date is set on a card

Screenrecording2024-11-1613.25.15-ezgif.com-optimize.gif

 

 

Step 2 - Create the Action

  1.  Go to the Content Actions Page and scroll to the bottom to find the HTTP request action
    Screenshot 2024-11-16 13.50.28.png
  2. Set the action in the drop down to put to
  3. In the URL below,  replace the text PASTEYOURAPIKEYHERE with the API you saved earlier and PASTEYOURTOKENHERE with the Token you saved earlier.\

    https://api.trello.com/1/cards/{cardid}?key=PASTEYOURAPIKEYHERE&token=PASTEYOURTOKENHERE
  4. Copy and paste the URL from number 3 above into the URL field
  5. Paste the following payload into the Payload field

    {"dueReminder": "60"}

    Note: if you want to change the reminder time, here is the place to do it, so if you want it to be 1 day, you can replace 60 with 1440

Screenrecording2024-11-1613.57.05-ezgif.com-video-to-gif-converter.gif

Step 3 - Test

We go back to the automation button from the start and see that now when we click it, it is setting the Due Reminder to 1 hour

Screenrecording2024-11-1613.44.12-ezgif.com-video-to-gif-converter.gif

 

0 comments

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events