Enable/disable Visitor Routing Rule
Description
You can use this API to enable or disable the visitor routing rule.
Requested Payload:
- enabled (Mandatory): To specify the status of the visitor routing rule
OAuth Scope:
SalesIQ.visitorroutingrules.UPDATE
URL:
Copiedhttps://{[zohosalesiq_server_uri](https://www.zoho.com/salesiq/help/developer-section/rest-api-v2.html)}/api/v2/{screenname}/visitorroutingrules/{id}
Example:
Copiedhttps://salesiq.zoho.com/api/v2/zylker/visitorroutingrules/44000000014017
Payload:
Copied{
"enabled": true
}