Finding Tasks on Clickup

Hey what’s up. Wondering of anyone can help with the following solution I’d like to build. I want to look through all the tasks within each of the lists in a clickup space and for the tasks that are due that day, I’d like to send a whatsapp message telling someone that a tasks is due on that day

1 Like

Hi @Deji,

In order to get all tasks from a list use the action “list all tasks”. You can also utilize Make’s built in filters so that only tasks that have a status of “in-progress” continue down the flow. Regarding communicating via Whatsapp, you can use the “Whatsapp Business Cloud” app to send out messages. I know I’ve worked with some customers that have utilized a proxy service like Manychat to send out Whatsapp messages too so there are several options.

Hey Deji,

you can use the List Filtered Tasks module to get active tasks whose due date is today. Followed by a whatsapp module to send the message.

1 Like

Thank you, I was able to get this done!