Browse our comprehensive FAQ section to quickly find solutions, learn how to use ChatMaxima features, and get step-by-step guidance for setup, integrations, and support.
The monday.com Block allows your chatbot to interact with your monday.com account. It's a powerful tool for automating tasks like sending data to boards, reading data from them, and managing subitems directly from a chatbot conversation.
It helps you automate project and data management. Instead of manually entering information into monday.com, the chatbot can collect data from a user and send it to the correct board or item. You can also fetch information from a board to answer user questions.
The block offers three main actions:
Send data to board: Create a new item on a board.
Read data from board: Retrieve information from a board.
Send data to subitem: Update a subitem on a board.
You need to have an active monday.com account that has been integrated with your chatbot platform. You also need the IDs for the specific boards and items you want to interact with.
You use the "Select Type" field to choose one of the three actions: send data to board, read data from board, or send data to subitem.
A Board ID is a unique identifier for a specific monday.com board. You can find it in the URL of your board after boards/. For example, in the URL https://mycompany.monday.com/boards/1234567890, the board ID is 1234567890.
An Item ID is a unique ID for a specific item (a row or task) within your monday.com board. It is used to identify and manage individual items, especially when you need to send data to a subitem.
This field allows you to select the specific monday.com account you've linked to your chatbot. This ensures the chatbot has the correct permissions to access your boards and items.
Choose the "send data to board" type. You will need to provide the Board ID and set up "Variable Mapping" to link your chatbot's data to the correct columns on your board.
Variable Mapping is how you tell the chatbot which data to send to which column. You connect a Partner Variable (a monday.com column, like "Task Name") to a ChatMaxima Variable (like {{task_name_variable}}).
You can send text, numbers, dates, and other data types as long as they are stored in a chatbot variable and mapped to a compatible monday.com column.
After the block successfully sends the data, a new item will be created on your monday.com board with the information you provided. The chat flow will then continue to the next block.
Choose the "read data from board" type. You'll need to provide the Board ID and then use "Variable Mapping" to specify the data you want to read.
This is how you filter the data you want to retrieve. You select a "Column Name" (e.g., "Status") and a "Column Value" (e.g., "Working on it"). The bot will then retrieve all items from the board that match this filter.
You must use the "Store the response in variable" field. This saves the retrieved data into a variable, which you can then use in a Text block to display the information to the user.
If no items match your filter criteria, the block will not return any data. You can program your chatbot's flow to respond accordingly, such as by telling the user that the item was not found.
A subitem is a smaller, subordinate task or item that lives inside a main item on a board. It's used for breaking down a large task into smaller, more manageable steps.
Choose the "send data to subitem" type. You'll need to provide both the Board ID and the Item ID of the main item that contains the subitem you want to update.
You need the Board ID to locate the correct board and the Item ID to pinpoint the specific main item that the subitem belongs to. This ensures the data is sent to the correct location.
Similar to sending data to a board, you will map your ChatMaxima Variables (your data) to the Partner Variables (the columns of the subitem) to update its information.
You can create a chatbot that asks a team member for their task updates. The bot can then use this block to automatically send that update to the correct item or subitem on your team's project board.
You can use the "read data from board" action to allow a user to check the status of a project. The bot asks for the project name and then retrieves the status from the board to share it with the user.
Yes. You can have a chatbot ask a new lead for their information and then use the "send data to board" action to create a new item on your "Leads" board with all their details.
You can find the monday.com Block in the External Integrations section of your chatbot builder.
You can find the video tutorial at: https://chatmaxima.com/video-tutorials/integrating-mondaycom-block-in-chatmaxima/
If the ID is incorrect, the block will fail to perform the action. The error can be caught by your chatbot's flow, allowing you to tell the user that an issue occurred.
This field allows you to save the result of the action, such as a confirmation message from monday.com or the ID of the new item that was created. You can use this data later in your flow.
The block automates the complex API calls required to interact with monday.com. You simply configure the fields, and the platform handles the technical backend for you.
Yes. You can use a variable in these fields to make your bot more dynamic, allowing it to work with different boards or items based on user input or a previous action.
This block primarily creates a new item each time it is used. You would need to use a "read data" action first to check if an item already exists before using the "send data" action.