Template
Defined in: packages/core/src/provider.ts:20
Represents an AlimTalk template registered with a provider. Templates must be approved by Kakao before use.
Properties
섹션 제목: “Properties”buttons?
섹션 제목: “buttons?”
optionalbuttons:unknown[]
Defined in: packages/core/src/provider.ts:34
Button configurations attached to the template.
category?
섹션 제목: “category?”
optionalcategory:string
Defined in: packages/core/src/provider.ts:30
Template category (e.g., “authentication”, “promotion”).
code
섹션 제목: “code”code:
string
Defined in: packages/core/src/provider.ts:24
Template code used in send requests.
content
섹션 제목: “content”content:
string
Defined in: packages/core/src/provider.ts:28
Template body with #{variable} placeholders.
createdAt
섹션 제목: “createdAt”createdAt:
Date
Defined in: packages/core/src/provider.ts:38
When the template was created.
id:
string
Defined in: packages/core/src/provider.ts:22
Unique template identifier.
name
섹션 제목: “name”name:
string
Defined in: packages/core/src/provider.ts:26
Human-readable template name.
status
섹션 제목: “status”status:
"PENDING"|"APPROVED"|"REJECTED"|"INSPECTION"
Defined in: packages/core/src/provider.ts:32
Approval status of the template.
updatedAt
섹션 제목: “updatedAt”updatedAt:
Date
Defined in: packages/core/src/provider.ts:40
When the template was last updated.
variables?
섹션 제목: “variables?”
optionalvariables:string[]
Defined in: packages/core/src/provider.ts:36
Names of variables expected in the template content.