Four new members have joined our webhooks family 🎉
We are thrilled to announce that these long awaited webhooks are here:
1. When a subitem is deleted
2. When an item is deleted
3. When a subitem is archived
4. When an item is archived
Today we hit a big milestone – board IDs for new boards are now larger than 2147483647. Our users are creating more boards and workflows than ever!
This also means they cannot be stored as integers. More specifically, they are too large to be stored as a 32-bit signed int.
If you are currently handling board and item IDs in your application as integers, you need to update your application to use another data type such as bigInt.
You will also need to run migrations on any databases that store board IDs as integers, as they will fail to store any new board IDs.
We are proud to announce the latest version of the monday style guide — Monday Vibe!
It’s a brand-new central repository for all things monday style: React components, style guidelines, and UI notes in one place. Check it out at style.monday.com!
Monday vibe features:
Full design guidelines to design your apps like monday’s own design guild
26 components for you to use in your apps
A sandbox for testing each component
Styleguides for fonts, animation, and presentations
A logo library
We have also updated the Monday UI kit and you can check it out here!
We recently added the ability to support the People column within dynamic mapping custom fields.
The People column will utilize a new primitive type as its input: user_emails. This user_emails type is an object with two keys: identifierType which is a String, and identifierValue which is an array of identifiers (i.e. email strings).
As noted above, the People column will accept user_emails as both its inbound type as well as its outbound type. No other types are supported.
🚧
NOTE
Currently, if user emails are sent that do not exist in the monday.com account, or do not have permission to access the board, item, and/or column in question, the email will be omitted and no change will occur in the account.
We released the ability to trigger webhooks, as well as some built-in trigger blocks for custom integration actions by changing the hours field in a date column.