Skip to main content
All apps
Business app

Automation Recipes

Four small automations cover the trigger families — webhook to record, record to email and log, a cron digest, and a global failure alert — with infinite run history in your own database.

The configuration

This is the whole app. Copy it, change it, make it yours.

name: automation-recipes
description: >-
  Automation recipes — a webhook captures leads, a record
  trigger notifies and logs, a cron sends the daily digest,
  and a failure trigger alerts the operator.

automations:
  - $ref: ./config/automations/capture-lead-from-webhook.yaml
  - $ref: ./config/automations/log-new-lead.yaml
  - $ref: ./config/automations/daily-digest.yaml
  - $ref: ./config/automations/alert-on-failure.yaml

Run it

Install Sovrium, then start the app from its config.

curl -fsSL https://sovrium.com/install | sh
sovrium init my-recipes --template automation-recipes

Build your own

Start from a template or an empty file. One config, and Sovrium runs the whole app.

Built with Sovrium