A collection of ready-to-copy automation ideas to help you get started quickly — useful for anyone who wants inspiration before building their own rules.
Overview
- Each example below can be built from scratch or used as a starting point.
- They show common combinations of triggers, conditions, and actions.
- You can adjust any of them to fit your own setup.
Build an example automation
- Go to Automations in the sidebar.
- Select New automation.
- Choose Start from scratch, or select the Template library tab to find a similar starting point.
- Set the When this happens trigger to match the example you want to recreate.
- Use Add condition to narrow down when the automation should run, if needed.
- Use Add action to add each step listed in the example.
- Select Save automation when you're done.
Warn the team about expiring domains
- Set the trigger to Domain expiring.
- Select Add condition and set it so the automation only runs when Days until expiry is less than 14.
- Add the Send notification action.
- Add the Open maintenance window action.
- Select Save automation.
Tag and announce a monitor outage
- Set the trigger to Monitor alert.
- Add the Add issue labels action, and enter "incident" under Labels (comma-separated).
- Add the Post status-page announcement action.
- Select Save automation.
Auto-resolve a recovered incident
- Set the trigger to Monitor resumed.
- Add the Resolve incident action.
- Select Save automation.
Keep new domains protected
- Set the trigger to Domain added.
- Add the Set auto-renew action.
- Select Save automation.
Push events to your own tools
- Set the trigger to On event and choose any event you'd like to react to (for example, Server removed or Certificate expiring).
- Add the Call webhook action.
- Enter the address of your system under URL, and add any details you want to send under Payload (JSON, optional).
- Select Save automation.
Harden every new server
- Set the trigger to Server added.
- Add the Enable delete protection action.
- Select Save automation.
Reboot a server when its monitor goes down
- Set the trigger to Monitor alert.
- Add a condition so Status equals "down".
- Add the Reboot server action.
- Add the Send notification action.
- Select Save automation.
TipAdd conditions to keep rules focused — for example, only domains with a certain tag, or only certificates flagged as weak.
Troubleshooting
- If an automation doesn't run as expected, open it from All automations and check Runs to see its history.
- Use Test run to try an automation with sample data before relying on it.
- If a rule keeps failing, look for the Auto-disabled after repeated failures notice — you may need to fix a step and turn it back on.
Was this article helpful?
Related articles
About automationsAutomations let InfraNest react to things happening across your infrastructure on its own.Automation conditionsConditions decide when a rule actually runs. Without them, a rule runs on every matching event; with them, it runs only when the event's details match.Placeholders and formattingPlaceholders let an automation drop live details from the event into a message, title or webhook — so instead of a generic "A certificate is expiring" you…Start from an automation templateTemplates are ready-made automations you can adopt in a couple of clicks — the fastest way to see what automations can do without designing one from scratch.