Automation API routes #14

Closed
opened 2026-03-22 21:44:14 +00:00 by barrettruth · 0 comments
barrettruth commented 2026-03-22 21:44:14 +00:00

Problem

Need CRUD API for automation recipes.

Solution

Next.js API routes at src/app/api/automations/:

  • GET /api/automations — list
  • POST /api/automations — create
  • PATCH /api/automations/:id — update
  • DELETE /api/automations/:id — delete
  • POST /api/automations/:id/run — manual trigger

Depends on: #10

## Problem Need CRUD API for automation recipes. ## Solution Next.js API routes at `src/app/api/automations/`: - `GET /api/automations` — list - `POST /api/automations` — create - `PATCH /api/automations/:id` — update - `DELETE /api/automations/:id` — delete - `POST /api/automations/:id/run` — manual trigger Depends on: #10
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/delta#14
No description provided.