---
title: "Trigger email share V2"
method: POST
path: "/v2/survey/{surveyId}/shares/email/{share_id}"
tags: ["share"]
---

# Trigger email share V2

`POST /v2/survey/{surveyId}/shares/email/{share_id}`

## Path parameters

- `share_id` number, required
- `surveyId` number, required

## Request body

- Model195
  - `contacts` Model142[]
    - `email` string, required
    - `variables` Properties
  - `lists` Model193[]
    - `name` string, required
    - `variables` Properties
  - `variables` Properties
  - `sendLaterInDays` number
  - `sendLater` string, date
  - `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/revisions/93a959a6ce47/schema)
