Introducing Notifications

notifications

Historically, deployment result e-mails (deployment succeeded or failed) were always sent to the owners of an application, namely the user themselves or the organisation’s members.

This changes today.

You will now find a Notifications tab in your personal space and organisations. Our CLI tool, clever-tools, also gained two commands: notify-email and webhooks.

This will allow you to disable the default deployment e-mails but also to set up more e-mail notifications and, of course, webhooks!

What’s a Webhook though?

Here is what Wikipedia has to say:

A webhook in web development is a method of augmenting or altering the behavior of a web page, or web application, with custom callbacks. These callbacks may be maintained, modified, and managed by third-party users and developers who may not necessarily be affiliated with the originating website or application.

In practical terms, this means that you can choose to receive notifications corresponding to events happening on Clever Cloud in a specific format, directly to the application of your choice.

For example, you can choose to receive the deployment results of your applications in a Slack channel!

Neat! How do you do that?

You’re in luck, it’s explained in our documentation. You can do it via the dashboard or via the CLI.

Enjoy!

Coming soon

Aside from more e-mail notifications and more events handled, we also intend to add a way to define notifications targeting every member of an organisation except some users (right now, you have to define the full list of people) as well as a way to edit an existing hook in the dashboard.

Blog

À lire également

UP Program: Clever Cloud announces its fifth startup selection

With this new batch, Clever Cloud welcomes four startups to the UP Program: Sentibee, Pictaderm, Legaia and Cockpit Agriculture.
Company

Sōzu 2.0 — turning a reverse proxy into a programmable edge

Sōzu is the reverse proxy that sits in front of every application running on Clever Cloud. After eighteen months of work — first the HTTP/2 multiplexer, built on our existing kawa pivot, then almost every other layer of the proxy, and finally a long run in production on the cleverapps.io load balancers — Sōzu 2.0 is out.
Engineering

K3s vs K8s: What Are the Differences and Which One Should You Choose in 2026?

Kubernetes has become the standard for container orchestration. But depending on your infrastructure constraints (limited resources, edge computing, IoT, or large-scale enterprise clusters), the distribution you choose can radically change the operational experience. K3s and K8s (upstream Kubernetes) address different needs, even though both share the same CNCF-certified foundation.
Engineering Features