POST api/2.0/mailserver/notification/address/add
Create address for tenant notifications
Name |
Description |
Type |
Example |
name
sent in body
|
|
string
|
some text
|
password
sent in body
|
|
string
|
some text
|
domain_id
sent in body
|
|
number
|
1234
|
POST api/2.0/mailserver/notification/address/add
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"name": "some text",
"password": "some text",
"domain_id": 1234
}
NotificationAddressData associated with tenant