Properties
Optional APP_ID
APP_ID?: string
SOURCE_MOBILE_NUMBER
SOURCE_MOBILE_NUMBER: string
config
config: {
headers: {
Cache-Control: string;
Content-Type: string;
apiKey: string;
};
}
Type declaration
headers: {
Cache-Control: string;
Content-Type: string;
apiKey: string;
}
Cache-Control: string
Content-Type: string
apiKey: string
url
url: {
bulkOptIn: string;
getTemplatesList: string;
getWalletBalance: string;
optInUser: string;
optInUsersList: string;
sendTemplateMessage: string;
sendTextMessage: string;
}
Type declaration
bulkOptIn: string
getTemplatesList: string
getWalletBalance: string
optInUser: string
optInUsersList: string
sendTemplateMessage: string
sendTextMessage: string