---
title: "Execute workflow"
method: POST
path: "/workflows/runs"
---

# Execute workflow

`POST /workflows/runs`

Executes a workflow with the provided input parameters

## Request body

- ExecuteWorkflowRequest
  - `input` object, nullable — Optional JSON payload that will be passed as the workflow input context.
  - `key` string, required — The unique workflow key to execute (e.g. integration.stripe.charge.succeeded).

## Response `201`

Created

- CreateRunResponse
  - `id` string, uuid, required — Identifier of the workflow run that was created.

---

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