const { Minimo } = require("@minimo/sdk");
const minimo = new Minimo(process.env.MINIMO_KEY);
await minimo.email.send("welcome", { user_id });
// same template edits in UI, same "welcome" ID in code
Call one template ID
from your API. Marketers keep editing it in the UI, no redeploys. Trigger email or WhatsApp in the same call.
In one prompt, Create welcome, reset password, magic link, purchase confirmation. Edit in the UI; call by ID from your API.