Emails

Invoked with levelops.emails().

1. send(subject, text, email)

  • Example:

levelops.emails().send("subject", "text", "email@levelops.io");

2. send(subject, text, emails[])

  • Example:

levelops.emails().send("subject", "text", ["email1@...", "email2@..."]);

Last updated