Skip to product menu
Skip to main content

Update a Common Visitor Routing Rule

Description

You can use this API to set a common rule to route the visitor to all the operator. When the visitor doesn't match any of the rule, then the common rule will automatically execute and route the visitor to all the operators.

Requested Payload:

  • route_to_all: To route visitors to all the operators.

OAuth Scope: 

SalesIQ.visitorroutingrules.UPDATE

URL:

Copiedhttps://{zohosalesiq_server_uri}/api/v2/{screenname}/visitorroutingrules/commonrule

Example

Copiedhttps://salesiq.zoho.com/api/v2/zylker/visitorroutingrules/commonrule

Payload:

Copied{
     "route_to_all":"enabled|disabled"
}