Todoist Custom Card and Tap_Action

Hi All,

I am using a customer lovelace card to support Todoist: https://github.com/tholgir/TodoIst-Task-List

I want to add a simple action to open todoist.com when the card is clicked, I can’t seem to get the code below working. Am I missing something? How do I determine if this card supports action?

Thank you!

type: 'custom:todoist-task-list'
title: Todoist (Due Today)
entity: calendar.due_today
action:
 service: url
 url_path: https://todoist.com

I don’t see any action: option for this custom card, so I assume it’s not available for this card.