---
title: "Connect Automation Nodes"
method: POST
path: "/api/v1/automations/{automation_id}/edges"
tags: ["automations"]
---

# Connect Automation Nodes

`POST /api/v1/automations/{automation_id}/edges`

Connect two nodes on a port (`default`, or `true`/`false` out of an `if`).

## Path parameters

- `automation_id` string, uuid, required

## Request body

- EdgeCreate
  - `from_slug` string, required
  - `to_slug` string, required
  - `port` string

## Response `201`

Successful Response

- object

## Other responses

- `422` — Validation Error

## Changes

> 17 revisions in range; 1 not diffed.

- **2026-08-20** `aecc29b8a546` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/netter/apis/dmi-backend/changes/api/v1/automations/:automation_id/edges/post.md)

---

[API](https://skmtc.dev/netter/apis/dmi-backend.md) · [All operations](https://skmtc.dev/netter/apis/dmi-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netter/dmi-backend/revisions/80a1c4d5e318/schema)
