NsaSendOptions
Defined in: packages/core/src/types/message.ts:290
Extends
Section titled “Extends”Properties
Section titled “Properties”
optionalfrom:string
Defined in: packages/core/src/types/message.ts:146
Sender number / sender id. Optional at KMsg layer; providers may require it.
Inherited from
Section titled “Inherited from”messageId?
Section titled “messageId?”
optionalmessageId:string
Defined in: packages/core/src/types/message.ts:133
Correlation id generated by KMsg (or provided by the caller). Providers must echo this value back in SendResult.messageId.
Inherited from
Section titled “Inherited from”naver?
Section titled “naver?”
optionalnaver:NaverSendOptions
Defined in: packages/core/src/types/message.ts:294
options?
Section titled “options?”
optionaloptions:object
Defined in: packages/core/src/types/message.ts:150
Common delivery options understood by multiple providers.
country?
Section titled “country?”
optionalcountry:string
Country code for providers that support it (e.g. SOLAPI). Examples: “82”, “+82”.
customFields?
Section titled “customFields?”
optionalcustomFields:Record<string,string>
scheduledAt?
Section titled “scheduledAt?”
optionalscheduledAt:Date
Inherited from
Section titled “Inherited from”providerId?
Section titled “providerId?”
optionalproviderId:string
Defined in: packages/core/src/types/message.ts:137
Optional routing hint to force a specific provider by id.
Inherited from
Section titled “Inherited from”providerOptions?
Section titled “providerOptions?”
optionalproviderOptions:Record<string,unknown>
Defined in: packages/core/src/types/message.ts:162
Provider-specific escape hatch (use sparingly).
Inherited from
Section titled “Inherited from”CommonSendOptions.providerOptions
templateId
Section titled “templateId”templateId:
string
Defined in: packages/core/src/types/message.ts:292
to:
string
Defined in: packages/core/src/types/message.ts:142
Recipient phone number in Korean format without hyphens.
Example
Section titled “Example”"01012345678"Inherited from
Section titled “Inherited from”type:
"NSA"
Defined in: packages/core/src/types/message.ts:291
variables
Section titled “variables”variables:
MessageVariables
Defined in: packages/core/src/types/message.ts:293