---
title: "Create SMS share"
method: POST
path: "/v1/ces/{survey_id}/sms"
tags: ["ces"]
---

# Create SMS share

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

## Path parameters

- `survey_id` number, required

## Request body

- Model153
  - `contacts` Model150[]
    - `mobile` string, required
    - `variables` Properties
  - `contactLists` string[]
  - `sendNow` boolean
  - `mode` string
  - `type` string
  - `name` string
  - `delayed` string
  - `schedule` string
  - `customProperties` Properties
  - `variables` Properties
  - `properties` Model152, required
    - `content` string, required
    - `smsTargetId` number
    - `acceptAnonymousResponse` boolean
    - `twilio_consent_agreed` boolean — For using surveysparrow message service you need to agree the consent.
  - `ignoreThrottledContacts` boolean

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