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