Following [the documentation](https://github.com/woocommerce/automations/blob/trunk/README.md?plain=1#L26), the automation key should allow us to decide what automation is executed. The problem is that we check if [the key is filled](https://github.com/woocommerce/automations/blob/trunk/lib/index.js#L24). We have to add more checks.
Following the documentation, the automation key should allow us to decide what automation is executed.
The problem is that we check if the key is filled. We have to add more checks.