---
title: "Trigger an automation from an external system"
method: POST
path: "/automations/webhook/{token}"
tags: ["Automations"]
---

# Trigger an automation from an external system

`POST /automations/webhook/{token}`

Unauthenticated by design; the 32-byte token in the path is the credential and is compared against a stored hash in constant time.

## Path parameters

- `token` string, required

## Response `202`

The run was accepted.

## Other responses

- `404` — No automation matches that token.

---

[API](https://skmtc.dev/termix/apis/termix-api.md) · [All operations](https://skmtc.dev/termix/apis/termix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/termix/termix-api/revisions/f4ef343eff1b/schema)
