Get Connector Status

Purpose

To get the status of an internal or third-party connection using Widget API.

Request Format

ZOHO.RECRUIT.CONNECTOR.getConnectorStatus()

Sample Request

CopiedZOHO.RECRUIT.CONNECTOR.getConnectorStatus("checkr_recruit_connection").then(function(successResponse) {
  
}, function(failureResponse) {
  
});