Generate TOTP codes from authenticator apps (Google Authenticator, Microsoft Authenticator, Authy) for 2FA.Documentation Index
Fetch the complete documentation index at: https://docs.optexity.com/llms.txt
Use this file to discover all available pages before exploring further.
If you are looking for 2FA codes from Email or Slack, please refer to the Two-Factor Authentication Integration documentation.
Get Your TOTP Secret
Follow this guide to extract your TOTP secret: TOTP Secret Extraction GuideDirect TOTP Secret
Provide the TOTP secret directly insecure_parameters:
| Property | Type | Default | Description |
|---|---|---|---|
totp_secret | str | Required | Base32-encoded TOTP secret |
digits | int | 6 | Number of digits in code |
TOTP via 1Password (Recommended)
Store the TOTP secret in 1Password for better security:Using in Automations
Reference the TOTP code like any parameter:Complete Example
Here’s a complete automation that authenticates with a TOTP-protected service:- Uses a direct TOTP secret (
YUNFZZZH) fromsecure_parameters - Accepts a
usernameas aninput_parameter - Enters the generated TOTP code into the input field identified by
test_id="totp"