Syntax
SendMail (DeptIDs () As Long, MailContent As String, MailSubject As String )
Description
The SendMail operation is used to send a mail message to a specific Department in the Backoffice.
Dependencies
In order to obtain department IDs, you’ll need to invoke GetDepartments operation.
Request Parameters
| Name | Description | Required |
| DeptIDs |
|
Yes |
| MailContent |
|
No |
| MailSubject |
|
No |
Response Elements
| Name | Description |
| Result | In case of success, this operation returns “Mail ID”. Otherwise see Error codes. Type: JSON object as String. |
See Also