---
title: "Send a questionnaire to a client via email/SMS.
Used by the unified automation action system from Orchestrate.API."
method: POST
path: "/Questionnaires/send"
tags: ["Questionnaires"]
---

# Send a questionnaire to a client via email/SMS.
Used by the unified automation action system from Orchestrate.API.

`POST /Questionnaires/send`

## Request body

- SendQuestionnaireRequestDto — Request to send a questionnaire via the unified action system.
  - `questionnaireId` string, required
  - `clientId` string, nullable
  - `patientId` string, nullable
  - `appointmentId` string, nullable
  - `deliveryMethod` integer
  - `expirationHours` union
    - integer
    - string, int32

## Response `200`

OK

- QuestionnaireSendResultDto — Result of sending a questionnaire.
  - `success` boolean
  - `responseId` string, nullable
  - `linkId` string, nullable
  - `errorMessage` string, nullable

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/a905bde4e796/schema)
