We just released an amazing feature that will make your apps much more flexible for your users 💪

Now, your triggers and actions can be added to the automation center, so your users can incorporate them in their custom recipes.

Check out our full documentation here: Workflow Blocks

We just added a new feature that will notify a URL of your choice when an app is installed (and uninstalled) on a user's account.

To add this to a published app, please create a new minor version, add the relevant URLs, and then publish that version to live.

When the app is installed, your install URL will get the following JSON payload:

{
  "app_id": 3184,
  "account_id": 123456,
  "user_id": 234567,
  "timestamp": "2021-10-28T14:55:34+00:00",
  "version_data": {
    "major": 1,
    "minor": 1,
    "patch": 0,
    "type": "minor"
  },
  "type": "install"
}

For full details on this change, check out the following article: Install URLs

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).

Here is an example:

"people": { identifierType: "email", identifierValue: ["[email protected]", "[email protected]" ....] }

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.

For more information, check out the Item Mapping and Custom Entities documentation.

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.

You can learn more in our community post here.

We released a new built-in action block "Create an item with mapping and link."

You can learn more about this in our community post here.