---
title: "Create CES Email channel"
method: POST
path: "/v1/ces/{survey_id}/email"
tags: ["ces"]
---

# Create CES Email channel

`POST /v1/ces/{survey_id}/email`

## Path parameters

- `survey_id` number, required

## Request body

- Model149
  - `contacts` Model142[]
    - `email` string, required
    - `variables` Properties
  - `contactLists` string[]
  - `sendNow` boolean
  - `mode` string
  - `type` string
  - `name` string
  - `delayed` string
  - `schedule` string
  - `customProperties` Properties
  - `variables` Properties
  - `questions` Model144[]
    - `id` number
    - `label` string, required
  - `meetingTime` string
  - `properties` Model146
    - `body` string
    - `subject` string
    - `replyEmail` string
    - `fromAddress` string
  - `embed_first_question` boolean
  - `custom_footer` boolean
  - `custom_footer_value` string
  - `ignoreThrottledContacts` boolean
  - `reminders` Model147[]
    - `body` string
    - `subject` string
    - `frequency` 'Days' | 'Weeks' | 'Months' | 'Years', required
    - `type` 'NOT_RESPONDED' | 'PARTIALLY_RESPONDED', required
    - `interval` number, required
    - `properties` Model103 — Properties of the reminder
      - `embed_first_question` boolean, required
      - `custom_footer` boolean, required
      - `custom_footer_value` string

## Response `default`

Successful

---

[API](https://skmtc.net/surveysparrow/apis/api-documentation.md) · [All operations](https://skmtc.net/surveysparrow/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/surveysparrow/api-documentation/versions/f9da74f558da/schema)
