---
title: "Create an intake submission for a matter"
method: POST
path: "/intake/{matterId}/submissions"
tags: ["Intake"]
---

# Create an intake submission for a matter

`POST /intake/{matterId}/submissions`

## Path parameters

- `matterId` string, required

## Request body

- CreateIntakeSubmissionRequestDto
  - `formId` string, nullable — Id of the intake form to create a submission for.
  - `communicationMethod` 'email' | 'communicate' — Specifies the communication method used when creating an intake submission
  - `recipient` IntakeRecipientDto
    - `contactId` string, nullable — Contact id that the submission is sent to.
    - `email` string, nullable — Email address of the recipient.
    - `name` string, nullable — Display name of the recipient.

## Response `201`

Created

- IntakeSubmissionCreated — Intake submission created response.
  - `id` string, nullable
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable
  - `self` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `link` string, nullable — URL to complete the intake submission.

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

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