Skip to content

bolshchikov/monday-whatsapp-tasks

Repository files navigation

Monday Whatsapp Task Manager Build Status

Motivation

Managing tasks in Monday is great. However, their mobile app is quite cumbersome. Especially, if you are on the go/meeting or in any other context, you don't have time to find the correct board and fill the item.
Whatsapp is a convenient conversational interface that can help to solve this issue.
Simply text your task to number, bot will add it to the relevant board.
Later on you can edit, fill description, owner and prioritize it whenever there's time for that.

How to use

0. Set user token

In order to start working, you need to post your Personal API Token (V2). All calls to Monday API must be authenticated. Nothing will work without it.
How to get the token? Read here.

Token
<Enter your Monday token here>

1. Identify current phone number with Monday user by email

Associate your phone number with your user in Monday. Doing this allows you to assign tasks to your Monday user. Send a message in the following format:

Email
<Enter your Monday email address>

2. Create New Task

Create a new task by sending a message in the following format:

Task
<My task name>
<Board Name>
[Group Id]

3. List tasks assigned to me

Returns the list of all tasks assigned to you with unassigned status.

Tasks

4. List tasks assigned to me for today

Returns the list of all tasks assigned to you with unassigned status where the deadline is today's date.

Tasks today

LICENSE

MIT.

Releases

No releases published

Packages

No packages published