---
title: "POST /api/v1/aliasexecution/match_and_execute"
method: POST
path: "/api/v1/aliasexecution/match_and_execute"
---

# POST /api/v1/aliasexecution/match_and_execute

`POST /api/v1/aliasexecution/match_and_execute`

Create executions based on action alias match (if any).

## Query parameters

- `show_secrets` boolean

## Request body

- AliasMatchAndExecuteInputAPI
  - `command` string, required — Command string to parse (eg: message from chat)
  - `user` string, required — User that requested the execution (or messaged in chat)
  - `source_channel` string, required — Channel the message is from (different than the notification channel)
  - `notification_channel` string — StackStorm notification channel to use to respond
  - `notification_route` string — StackStorm notification route to use to respond

## Response `201`

Action alias executions created

## Other responses

- `default` — Unexpected error

---

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