---
title: "Create a Run Trigger."
method: POST
path: "/run-triggers"
tags: ["run-triggers"]
---

# Create a Run Trigger.

`POST /run-triggers`

Create a new run trigger.

In order to create a run trigger, the user must have `workspaces:read`
permission for the upstream workspace and permissions `workspaces:update`
and `runs:create` for the downstream workspace.

## Response `201`

Successfully created a run trigger.

## Other responses

- `403` — Missing required permissions.
- `404` — Relationship not found, or user unauthorized to perform action.
- `422` — Malformed request body (missing attributes, wrong types, etc.)
- `4XX` — Client error.
- `5XX` — Server error.

---

[API](https://skmtc.net/scalr/apis/scalr-iacp-api.md) · [All operations](https://skmtc.net/scalr/apis/scalr-iacp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalr/scalr-iacp-api/revisions/fc927526ad12/schema)
