Skip to main content

Hi there,

 

I want to use Workato to create an Automation with Netksope. Specifically the OTP feature for disabling internet security.

 

Aim:

1. User clicks Disable Internet Security

2. Launches web page to enter email address

3. Email sends OTP or next page provides OTP

Something along the lines of the above.

 

Can someone share if they have done something similar (with another Automation platform too) or can someone share what I would need for this?

@proxydeployer


I have not personally seen or developed this but it’s theoretically possible as there is an API endpoint to retrieve an OTP:

 

 You would need to obtain the device UID from the devices API, your SIEM, or the user themselves.   I’d have to look into the best way to retrieve that info but the other two required fields could be obtained from the user. 


I just started creating a script for this, so far the /api/v2/events/datasearch/clientstatus api endpoint seems to work well for retrieving the userkey and nsdeviceuid.