---
title: "Create Typebot"
method: POST
path: "/typebot/create/{instance}"
tags: ["Typebot Controller"]
---

# Create Typebot

`POST /typebot/create/{instance}`

Set typebot

## Path parameters

- `instance` string, required

## Request body

- object
  - `enabled` boolean, required
  - `url` string, required — Typebot URL
  - `typebot` string, required — Typebot name
  - `triggerType` string, required — All or keyword
  - `triggerOperator` string, required — Operator logic, ex: contains, equals, startsWith, endsWith, regex
  - `triggerValue` string, required — All or keyword
  - `expire` number, required — Time to expire session
  - `keywordFinish` string, required — Keyword to finish session
  - `delayMessage` number, required — Delay when the bot send message
  - `unknownMessage` string, required — Unrecognized message
  - `listeningFromMe` boolean, required — Marked as viewed
  - `stopBotFromMe` boolean, required — Stop bot when I send message
  - `keepOpen` boolean, required — Keep session open
  - `debounceTime` number, required — Start typebot for your own messages

## Response `200`

Ok

---

[API](https://skmtc.net/evolution-foundation/apis/openapi.md) · [All operations](https://skmtc.net/evolution-foundation/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evolution-foundation/openapi/revisions/153363ee7f38/schema)
