Sends a email with a given subject, message, and type tag to the user.
Request URL
https://api.nodehost.ca/post_account_email_create
Parameters
subject
- Subject for the message
message
- The message content
type
- The type, you can use alert, receipts, or update
encoded
- if given as true (this parameter is optional) it will accept base64 encoded messages
More info
The types you can use are alert
, receipts
, and update
. The system checks before sending if the user has that type turned on, if they dont the email wont be sent.
Response
{
"data": "Email Sent",
"system_connection": "true",
"system_version": "v_55_65418c9",
"system_user_id": "1232",
"system_user_username": "apiuser"
}