How It Works
- The agent navigates to a login page and enters credentials
- The website sends a one-time password (OTP) via email or SMS
- The Fetch OTP instruction retrieves the OTP from the configured source
- The agent types the OTP into the verification field and continues
Fetch OTP Instruction
The Fetch OTP instruction retrieves a one-time password from a configured source. It supports:
The instruction waits for the OTP to arrive within a configurable timeout, then extracts the code and makes it available for the next instruction.
Tips
- Use sensitive input variables for login credentials — this masks them in execution logs
- Add a Wait instruction before Fetch OTP if the website takes time to send the code
- Set an appropriate timeout — OTP delivery can vary from seconds to minutes