PUT - To add catchall account

 Purpose

This API is used to make an email address available in your organization as the catch-all account.

 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 catch-all account, exists.

* - Mandatory parameters

  Request Body (JSON Object)

ParameterData TypeAllowed ValuesDescription
mode* String addCatchAllAddressTo add a catchall account to your domain.
catchAllAddress*Email IdEmail addressThe email address to be used as a catch-all account.

* - Mandatory parameters

 Response Codes

Please refer Response Codes.

Sample Request

Copied { 
"mode":"addCatchAllAddress",  
"catchAllAddress":"catchall@kilamangalam.in" 
}