Getting Started
This guide walks you from a fresh account to your first running automation.
1. Create an Account
Section titled “1. Create an Account”Open the Nexomatic web application in your browser. On first load you will see the login screen.
Joining the team
Section titled “Joining the team”An Admin can invite you from the User Management screen. You will receive an email with a registration link. Opening that link pre-fills the invite token — after registering you can log in immediately.
First user (new installation)
Section titled “First user (new installation)”If no users exist yet, clicking Register creates the first account with Admin access. No email verification is required for the first user.
2. Log In
Section titled “2. Log In”Enter your email and password on the login screen and click Sign In.
If your organisation uses a social provider (Google, Microsoft, GitHub), click the corresponding button and complete the OAuth flow in the pop-up window.
Once authenticated you are taken to the Dashboard.
3. Understand the Layout
Section titled “3. Understand the Layout”The application has three main areas:
| Area | Description |
|---|---|
| Sidebar (left) | Navigation between sections. Collapses to icon-only mode. |
| Topbar (top) | Search, date filters, theme toggle, and your account menu. |
| Main area | The content of the currently selected page. |
4. Core Workflow
Section titled “4. Core Workflow”A typical Nexomatic automation follows this sequence:
(Webhook, Schedule, EventGrid)"] H["Hub"] A["Sink Agent
(your infrastructure)"] T["Your Task
(Python / PowerShell)"] S --> H --> A --> T
- Define a Sink Type — describes the kind of agent that will run your code (Python, PowerShell, etc.).
- Install a Sink — deploy the agent process on your Windows server, Linux host, or Kubernetes cluster. See Install a Sink.
- Create an Action — specifies the code module the sink should execute and what happens on success or failure.
- Create an Event Type — a named trigger that links a source type, a sink type, and an action together.
- Set up a Source — e.g. configure a webhook URL or cron schedule that fires the Event Type.
- Watch Events flow — monitor execution on the Events and Logs screens.
5. Next Steps
Section titled “5. Next Steps”- Architecture Overview — understand how the pieces connect.
- Core Concepts — deep-dive on Event Types, Actions, Schedules, and Secrets.
- Install a Sink on Windows
- Install a Sink on Linux
- Install a Sink in Kubernetes