Eminio CRM — Automation Test Console

Checkpoint 6 verification tool. Fill fields, tap a button, read the response at the bottom.

Sessions

SESSION A

not logged in

SESSION B

not logged in
Session B only needed for the cross-org isolation test (step 10).
1. Seed the 5 templates — POST /automations/seed-templates
Creates all 5 disabled (is_active=0) — enable individually below.
2. List / Toggle / Delete rules
3. Create a custom rule — POST /automations
4. Manually run the tick — POST /automations/run-tick
Runs the exact cron logic immediately — scans overdue activities, processes due delayed executions.
5. Execution history — GET /automations/executions
6. Notifications — GET /notifications
7. Trigger real CRM events (uses existing endpoints)
These fire the SAME routes from checkpoints 1-5 — use them to prove automation actually reacts to real Deal/Contact/Activity changes.

Response Log

No requests yet.