Skip to main content
Prerequisite: A Momentic-provisioned inbox (@usemomentic.com or @gomomentic.com). Request one.

Fetch the code

Add a JavaScript step that reads the latest email, parses the code, and saves it to the environment.
Then add a Type step with value {{ env.OTP_CODE }} targeting the OTP input.
Always pass afterDate to avoid matching a stale code from a previous run.
This script polls for up to 30 seconds, well within the JavaScript step’s 90 second default timeout. For longer polls, raise the step’s Timeout field (cloud is platform-capped at 60s; CLI supports up to 10 minutes).