Skip to main content
Version: 5.7.0

SendBasicEmail

Sends a simple text email to the given user.

ServiceOperation
mailSEND_BASIC_EMAIL

Method Parameters

ParameterDescription
profileIdThe user to send the email to.
subjectSubject of the email.
bodyBody of the email.

Usage

http://localhost:3000
// S2S call: to view example, switch to the Cloud Code or Raw tab.