Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 2.59 KB

toolsozonecommunicationcreatetemplaterequestbody.md

File metadata and controls

23 lines (18 loc) · 2.59 KB

ToolsOzoneCommunicationCreateTemplateRequestBody

Example Usage

import { ToolsOzoneCommunicationCreateTemplateRequestBody } from "@speakeasy-api/bluesky/models/operations";

let value: ToolsOzoneCommunicationCreateTemplateRequestBody = {
  name: "<value>",
  contentMarkdown: "<value>",
  subject: "<value>",
};

Fields

Field Type Required Description
name string ✔️ Name of the template.
contentMarkdown string ✔️ Content of the template, markdown supported, can contain variable placeholders.
subject string ✔️ Subject of the message, used in emails.
lang string Message language.
createdBy string DID of the user who is creating the template.