---
title: "Create Reminder for a channel"
method: POST
path: "/v3/reminders"
tags: ["reminder"]
---

# Create Reminder for a channel

`POST /v3/reminders`

Only applicable for Classic, CX and Chat surveys via EMAIL, SMS channels

## Request body

- Model104
  - `channel_id` number, required — Id of the channel
  - `survey_id` number, required — Id of Survey
  - `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
  - `preview_text` string

## Response `200`

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/revisions/553be527a683/schema)
