Sending SMS with infobip system.
"infobip": {
"logLevel": "error",
"url": "https://yg66g.api.infobip.com",
"uri": "/sms/2/text/single",
"method": "POST",
"raw": {
"headers": {
"Authorization": "App 123...."
}
}
}
and then call it with
await importMethod('infobip.send')({
from: '',
to: '',
text: ''
});