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:
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"