---
title: "Run Automation"
method: POST
path: "/dashboard/bot/settings/{guild_id}/automations/{trigger_id}/run"
tags: ["dashboard"]
---

# Run Automation

`POST /dashboard/bot/settings/{guild_id}/automations/{trigger_id}/run`

## Path parameters

- `guild_id` integer, required
- `trigger_id` string, required

## Request body

- ManualRunRequest — Optional body for a manual run. Omit it entirely to run with no extra context.
  - `context` object — Flat map of extra template variables, addressable in the trigger's actions as `{{ key }}`. Values must be scalars, so no nested objects or arrays. Keys must be valid identifiers and cannot be one of: channel, guild, member, message, vars

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/monni/apis/fastapi.md) · [All operations](https://skmtc.dev/monni/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/monni/fastapi/revisions/0321cc5200a6/schema)
