Class: MNotify
Defined in: client.ts:17
Main SDK client for the mNotify API.
Constructors
Constructor
ts
new MNotify(config): MNotify;Defined in: client.ts:37
Creates a new mNotify client.
Parameters
| Parameter | Type |
|---|---|
config | MNotifyConfig |
Returns
MNotify
Example
ts
const mnotify = new MNotify({ apiKey: "your-api-key" });Properties
account
ts
readonly account: Account;Defined in: client.ts:23
Account balance and sender ID management.
contacts
ts
readonly contacts: Contacts;Defined in: client.ts:21
Contact management.
groups
ts
readonly groups: Groups;Defined in: client.ts:27
Contact group management.
sms
ts
readonly sms: SMS;Defined in: client.ts:19
SMS sending and campaign status.
templates
ts
readonly templates: Templates;Defined in: client.ts:25
SMS template management.