PUT - To add notification address

 Purpose

This API is used to make an email address available in your organization as the notification address.

 Request URL 

https://<hostname>/api/organization/<zoid>/domains/<domainName>

Scope

organization.domains

 Request Parameters

ParameterData TypeDescription
zoid*IntegerThe unique Zoho Organization Identifier of your organization. 
domainName*StringName of the domain, in which the email address you want to set as the notification address, exists.

* - Mandatory parameters

  Request Body (JSON Object)

ParameterData TypeAllowed ValuesDescription
mode* String addNotificationAddressTo add a notification address for your domain.
notificationAddress*Email IdEmail addressThe email id to be used as the notification address.

* - Mandatory parameters

 Response Codes

Please refer Response Codes.

 

Sample Request

Copied{ 
"mode":"addNotificationAddress",  
"notificationAddress":"siva@kilamangalam.in" 
}