Wait for the confirmation code
wait_for_codeWait for the signup email to arrive, then extract and return the confirmation code and activation link. Blocks until the message lands, eliminating polling and sleep calls.
Instructions
Wait for an email to arrive and return the confirmation code and activation link extracted from it. Call this right after triggering the signup. It blocks until the message lands, so there is no need to poll or to sleep between calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Only accept messages whose sender contains this text | |
| wait | No | Seconds to wait, default 30, maximum 120 | |
| since | No | ISO timestamp: ignore messages older than this, to skip leftovers | |
| mailboxId | Yes | Mailbox id from create_mailbox |