Change the order of trigger rules
Description
You can use this API to change the existing order of the intelligent trigger rules.
Requested Payload:
- position (Mandatory): To specify the position of the rule in the list.
OAuth Scope:
SalesIQ.triggerrules.UPDATE
URL:
Copiedhttps://{[zohosalesiq_server_uri](https://www.zoho.com/salesiq/help/developer-section/rest-api-v2.html)}/api/v2/{screenname}/triggerrules/{id}
Example
Copiedhttps://salesiq.zoho.com/api/v2/zylkerinc/triggerrules/44000000000201
Payload
Copied{
"position":"1"
}