Sending email using OneSignal

We would like to use OneSignal to send emails to our users. Looking at OneSignal’s SDK, it looks like we need a .setEmail() API in order to send email address information to OneSignal. https://documentation.onesignal.com/docs/email-quickstart#section-setup-email

However, we don’t see that option in OneSignal’s Corona SDK integration documentation. How would we be able to do this? 

Many thanks!

I would recommend using OneSignal’s REST-based API with our network.request() API to implement these features. OneSignal would need to add the API’s you need. They maintain their own plugin.

Rob

I would recommend using OneSignal’s REST-based API with our network.request() API to implement these features. OneSignal would need to add the API’s you need. They maintain their own plugin.

Rob