We recently released the Google Analytics integration that enables you to connect your app listing page with Google Analytics. You can read more about the new feature here!
monday code now supports various programming languages through runtimes. Read more about this new feature and how to implement it here!
This week, we will enforce a 3-minute HTTP timeout on all requests from the webhook integrations to your app.
This will apply to all requests in the following features:
- Webhooks configured using the Webhook Integration feature in the Integrations center
- Webhooks configured using the
create_webhook
operation via GraphQL
After the 3-minute window, the request will be abandoned and the relevant error handling mechanism will kick in (retry, failure message to user, etc).
Marketplace apps can now submit updated security and compliance information through the Listing tab in the Developer Center! There, you can also see live all versions, preview your changes, and see the status of past submissions.
We just added the mapps code:secret
CLI command that allows you to manage your monday code app's secrets using the CLI.
In addition to the CLI, you can also manage your app's secrets using the SecretsManager
SDK method.
We recently updated the Marketplace Listing Terms, and all of the changes are outlined in this FAQ document. No action is required from you at this time, but we recommend reviewing the updated Terms and FAQs to be aware of what has changed.
For apps monetized by monday, you can now submit updated plan and pricing information through the Pricing & plans tab in the Developer Center! There, you can also see live pricing versions, preview your changes, and see the status of past submissions.
We just released the new credentials
field that helps you store and manage authentication profiles in integration recipes. Read more about the new field here!
We just added two new SDK methods: attachExtensionsToColumn
and detachExtensionsToColumn
. They are used to attach and detach an extension to or from a column with the new board extensions column app feature .
The board column extension is a new app feature that enables you to build complex workflows on columns themselves while simultaneously simplifying automation configuration!
These apps are rendered in a UI that's attached to the column menu. There, users can configure automations in the context of the column itself rather than the Automations Center.
Learn more about how the feature works, the supported SDK methods, and how to build it here!