TemplateCreateInput
TemplateCreateInput =
object
Defined in: packages/core/src/provider.ts:75
Input for creating a new AlimTalk template.
Properties
섹션 제목: “Properties”buttons?
섹션 제목: “buttons?”
optionalbuttons?:unknown[]
Defined in: packages/core/src/provider.ts:83
Button configurations.
category?
섹션 제목: “category?”
optionalcategory?:string
Defined in: packages/core/src/provider.ts:81
Template category.
content
섹션 제목: “content”content:
string
Defined in: packages/core/src/provider.ts:79
Template body with #{variable} placeholders.
name
섹션 제목: “name”name:
string
Defined in: packages/core/src/provider.ts:77
Human-readable template name.
variables?
섹션 제목: “variables?”
optionalvariables?:string[]
Defined in: packages/core/src/provider.ts:85
Expected variable names in the template.