---
title: "Create reminder"
method: POST
path: "/v1/csat/{surveyId}/shares/{channelId}/reminders"
tags: ["csat"]
---

# Create reminder

`POST /v1/csat/{surveyId}/shares/{channelId}/reminders`

## Path parameters

- `surveyId` number, required
- `channelId` number, required

## Request body

- 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

## Other responses

- `404` — Not Found

---

[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/25b2eba467de/schema)
