---
title: "create a sidebar"
method: POST
path: "/v1/conversations/{conversation_id}/sidebars/create"
tags: ["Sidebars"]
---

# create a sidebar

`POST /v1/conversations/{conversation_id}/sidebars/create`

create a sidebar

## Path parameters

- `conversation_id` string, uuid, required

## Request body

- ExternalCreateEmailSidebar
  - `agentEmail` string, email, required
  - `to` EmailAddress[], required
    - `name` string, nullable
    - `address` string, required
    - `inferredName` boolean
  - `cc` EmailAddress[], nullable
    - `name` string, nullable
    - `address` string, required
    - `inferredName` boolean
  - `subject` string, required
  - `body` string, required
  - `attachments` Attachment[], nullable
    - `name` string, required
    - `url` string, required
    - `handle` string, nullable
    - `size` integer, nullable
    - `contentId` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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