Get Custom Messages
Ability Name: mo-otp/get-custom-messages
Purpose: Read the on-screen OTP messages.
Description: Returns all customizable user-facing messages (e.g. "OTP sent to your phone", "Invalid OTP"). null means the plugin default text is shown.
Trigger Conditions:
- "Show the OTP messages"
- "What text appears when an OTP is wrong?"
Output: { messages: { KEY: text|null, ... } }
Expected Output: The current text for each message key.
Agent Response Example: "The 'Invalid OTP' message is customized; most others use defaults."
For more information, visit our OTP Verification page.