tools.ozone.communication.create_template

class atproto_client.models.tools.ozone.communication.create_template.Data

Bases: DataModelBase

Input data model for tools.ozone.communication.createTemplate.

field content_markdown: str [Required]

Content of the template, markdown supported, can contain variable placeholders.

field created_by: str | None = None

DID of the user who is creating the template.

field name: str [Required]

Name of the template.

field subject: str [Required]

Subject of the message, used in emails.

class atproto_client.models.tools.ozone.communication.create_template.DataDict(*args, **kwargs)

Bases: dict

content_markdown: str

Content of the template, markdown supported, can contain variable placeholders.

created_by: typing_extensions.NotRequired[str | None]

DID of the user who is creating the template.

name: str

Name of the template.

subject: str

Subject of the message, used in emails.