---
title: "Public Api Create Sequence"
method: POST
path: "/api/v1/sequences"
tags: ["Public API"]
---

# Public Api Create Sequence

`POST /api/v1/sequences`

Create a new sequence.

## Request body

- PublicApiCreateSequenceRequest
  - `name` string, required
  - `trigger` string, required
  - `inbound_response_delay` integer
  - `inbound_response_delay_unit` string
  - `flow` object[], nullable
  - `agent_id` string, nullable
  - `profile_id` string, nullable
  - `filtering_agent` string, nullable
  - `active` boolean
  - `should_continue_existing_conversations` boolean
  - `target_accounts` string[], nullable
  - `target_posts_urls` string[], nullable
  - `keywords` string[], nullable
  - `target_media_ids` string[], nullable
  - `working_hours` object, nullable
  - `enable_agent_on_conversation` boolean
  - `require_manual_approval` boolean

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/orsay/apis/fastapi.md) · [All operations](https://skmtc.net/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orsay/fastapi/revisions/23d1ff06d0d0/schema)
