sendEmail
Sends an email message.
Description
vcc.sendEmail(params)
Sends an email message.
Parameters
to
(string) The recipient’s email address.
entityId
(number) The ID of the record to which the email is related.
templateId
(number) The ID of the email template to use.
Return values
none
Example
vcc.sendEmail({to: "[email protected]", templateId: 1})
Comments
Can’t find what you need? Use the comment section below to connect with others, get answers from our experts, or share your ideas with us.
There are no comments yet.