updateEmail
Updates an email entity.
Description
vcc.updateEmail(params)
Updates the current email with the given parameters.
Parameters
subject
(string) The subject of the email.
body
(string) The body of the email.
projectId
(number) The ID of the project to which the email belongs.
queueId
(number) The ID of the queue to which the email belongs.
Return values
none
Example
The email is moved to project 12.
vcc.updateEmail({
projectId: 12
});
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.