---
title: "Gets the custom setting or default for the welcome email's subject, body, cta button label"
method: GET
path: "/v1/org/{orgId}/welcome-email"
tags: ["org"]
---

# Gets the custom setting or default for the welcome email's subject, body, cta button label

`GET /v1/org/{orgId}/welcome-email`

## Path parameters

- `orgId` string, required

## Query parameters

- `isPreboarding` boolean

## Response `200`

success

- WelcomeEmailSettings
  - `isEnabled` boolean, required — Whether to send a welcome email
  - `welcomeEmailSubject` string, required — Subject
  - `welcomeEmailButtonLabel` string, required — Button label
  - `welcomeEmailBody` string, required — Body

## Other responses

- `403` — Permission denied
- `500` — Service error

---

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