Resend eSIM login code
resend_login_otpResend the pending one-time login code to the same email or phone when the user explicitly requests a new code, avoiding retries after errors or expired codes.
Instructions
Send the pending one-time code again, to the same destination as the login already in progress. WHEN: only when the user explicitly asks for another code ("resend it", "I never got it"). Pass the same email or phone that started the login. DO NOT call this on your own after a wrong or expired code, and do not use it to retry a failed request_login_otp. If the platform reports that a code is still active or that the limit was reached, tell the user plainly and wait -- do not call it again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | The user's email address, exactly as they gave it. Ask the user for it if you do not have it yet; never invent, guess or auto-complete an address. | ||
| phone | No | The user's phone number in international format, for example +CCXXXXXXXXX, exactly as they gave it. Never invent or guess a number. | |
| locale | No | Optional language tag for platform messages, e.g. 'en'. Omit to use the server default. | |
| otp_channel | No | Delivery channel for the code: 'EMAIL' or 'SMS'. Omit it unless the user asked for a specific channel -- email logins default to EMAIL and phone logins to SMS. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||