---
title: "POST /v2/email/{network}/locks/{lockAddress}/custom/{template}"
method: POST
path: "/v2/email/{network}/locks/{lockAddress}/custom/{template}"
---

# POST /v2/email/{network}/locks/{lockAddress}/custom/{template}

`POST /v2/email/{network}/locks/{lockAddress}/custom/{template}`

Save custom email content for a specif lock.

## Path parameters

- `network` integer, required
- `lockAddress` string, required
- `template` string, required

## Response `200`

Custom email content successfully saved.

- object
  - `lockAddress` string
  - `network` number
  - `template` string
  - `content` string

## Other responses

- `401` — User is not authenticated.
- `500` — Could not save custom email content.

---

[API](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith.md) · [All operations](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/unlock-protocol/unlock-locksmith/revisions/e003b998de45/schema)
