---
title: "Creates NPS Survey"
method: POST
path: "/v1/nps"
tags: ["nps"]
---

# Creates NPS Survey

`POST /v1/nps`

## Request body

- Model65
  - `surveyName` string, required
  - `surveyType` 'NPSChat' | 'NPS'
  - `visibility` 'Public' | 'Mine'
  - `email` Email
    - `subject` string
    - `body` string
  - `followUp` Model64
    - `default` string
    - `advanced` boolean
    - `detractors` string
    - `passives` string
    - `promoters` string
  - `thankYou` Model64
    - `default` string
    - `advanced` boolean
    - `detractors` string
    - `passives` string
    - `promoters` 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)
