You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importutilfrom'util';importinitMBfrom'messagebird';constmessagebird=initMB(messagebirdKey);constsend=util.promisify(messagebird.messages.create);awaitsend({originator : '<YOUR-MOBILE-NUMBER>',recipients : ['<YOUR-MOBILE-NUMBER>'],body : 'Hi! This is your first message'});
Is promises support on the roadmap for this lib?
The text was updated successfully, but these errors were encountered: