Template
Defined in: packages/core/src/provider.ts:49
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:63
Button configurations attached to the template.
category?
섹션 제목: “category?”
optionalcategory?:string
Defined in: packages/core/src/provider.ts:59
Template category (e.g., “authentication”, “promotion”).
code
섹션 제목: “code”code:
string
Defined in: packages/core/src/provider.ts:53
Template code used in send requests.
content
섹션 제목: “content”content:
string
Defined in: packages/core/src/provider.ts:57
Template body with #{variable} placeholders.
createdAt
섹션 제목: “createdAt”createdAt:
Date
Defined in: packages/core/src/provider.ts:67
When the template was created.
id:
string
Defined in: packages/core/src/provider.ts:51
Unique template identifier.
name
섹션 제목: “name”name:
string
Defined in: packages/core/src/provider.ts:55
Human-readable template name.
status
섹션 제목: “status”status:
"PENDING"|"APPROVED"|"REJECTED"|"INSPECTION"
Defined in: packages/core/src/provider.ts:61
Approval status of the template.
updatedAt
섹션 제목: “updatedAt”updatedAt:
Date
Defined in: packages/core/src/provider.ts:69
When the template was last updated.
variables?
섹션 제목: “variables?”
optionalvariables?:string[]
Defined in: packages/core/src/provider.ts:65
Names of variables expected in the template content.