---
search:
  tags:
    - Chat bot
    - POST
seo:
  description: >-
    name is the trigger without the ! prefix; the bot's built-in triggers are…
    Reference for the POST /commands endpoint in the TipPage Developer API API.
sidebar:
  badge: POST
  label: Create a command
title: Create a command
type: openapi-operation
---
`name` is the trigger without the `!` prefix; the bot's built-in triggers are reserved. Responses support the same template variables as the dashboard's Chat bot page: `{user}`, `{channel}`, `{args}`, `{arg:1}`-`{arg:9}`, `{touser}`, `{pick:a|b|c}`, `{random:1-100}` and `{list:name}` (response lists themselves are managed in the dashboard). Requires `commands:manage`.

<Operation source="api" id="createcustomcommand" />
