sendword 0.9.0

Simple HTTP webhook to command runner sidecar. Frontend for managing hooks, JSON state for config portability, SQLite for execution history and logs.
Documentation
pub mod backup;
pub mod barriers;
pub mod config;
pub mod config_writer;
pub mod db;
pub mod email;
pub mod error;
pub mod executor;
pub mod extractors;
pub mod id;
pub mod interpolation;
pub mod masking;
pub mod models;
pub mod notification;
pub mod payload;
pub mod retry;
pub mod routes;
pub mod server;
pub mod tasks;
pub mod timestamp;
pub mod trigger_rules;
pub mod views;
pub mod webhook_auth;