---
title: "Update Welcome Message"
method: POST
path: "/api/{account}/settings/welcome-message"
tags: ["Settings"]
---

# Update Welcome Message

`POST /api/{account}/settings/welcome-message`

Update the automatic welcome message template that is sent when someone subscribes.

## Request body

- object
  - `text` string — The welcome message text content. Required unless a media file is present.
  - `lockedText` boolean — Whether the text should be shown or hidden.
  - `price` integer — Price for paid content (0 or between 3-200). In case this is not zero, **mediaFiles** is required.
  - `mediaFiles` unknown[] — Direct file uploads, OFAPI `ofapi_media_` IDs, or OF vault IDs. Will be hidden if `price` is provided.
    - unknown
  - `previews` unknown[] — Direct file uploads, OFAPI `ofapi_media_` IDs, OF vault IDs, or integer indices referencing uploaded files in `mediaFiles`. Will be shown if `price` is provided.
    - unknown
  - `rfTag` string — Array of OnlyFans Creator User IDs to tag in your message.
  - `rfGuest` string — Array of OnlyFans Release Form Guest IDs to tag in your message.
  - `rfPartner` string — Array of OnlyFans Release Form Partners IDs to tag in your message.
  - `isForward` boolean

## Response `200`

Success

- object
  - `data` object
    - `id` string
    - `template` string
    - `text` string
    - `displayText` string
    - `price` integer
    - `lockedText` boolean
    - `previews` unknown[]
      - unknown
    - `isMediaReady` boolean
    - `mediaCount` integer
    - `media` object[]
      - `id` integer
      - `type` string
      - `convertedToVideo` boolean
      - `canView` boolean
      - `hasError` boolean
      - `createdAt` string
      - `isReady` boolean
      - `files` object
        - `full` object
          - `url` string
          - `width` integer
          - `height` integer
          - `size` integer
          - `sources` unknown[]
            - unknown
        - `thumb` object
          - `url` string
          - `width` integer
          - `height` integer
          - `size` integer
        - `preview` object
          - `url` string
          - `width` integer
          - `height` integer
          - `size` integer
        - `squarePreview` object
          - `url` string
          - `width` integer
          - `height` integer
          - `size` integer
      - `duration` integer
      - `releaseForms` unknown[]
        - unknown
      - `hasCustomPreview` boolean
      - `videoSources` object
        - `240` string, nullable
        - `720` string, nullable
    - `createdAt` string
    - `isActive` boolean
    - `giphyId` string, nullable
    - `isCouplePeopleMedia` boolean
    - `isMarkdownDisabled` boolean
    - `releaseForms` unknown[]
      - unknown
  - `_meta` object
    - `_credits` object
      - `used` integer
      - `balance` integer
      - `note` string
    - `_cache` object
      - `is_cached` boolean
      - `note` string
    - `_rate_limits` object
      - `limit_minute` integer
      - `limit_day` integer
      - `remaining_minute` integer
      - `remaining_day` integer

---

[API](https://skmtc.net/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.net/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/versions/4a99d36f28a3/schema)
