Update Custom Messages
Ability Name: mo-otp/update-custom-messages
Purpose: Change the on-screen OTP messages.
Description: Updates one or more user-facing messages. Passing null for a key resets it to the plugin default.
Trigger Conditions:
- "Change the 'OTP sent' message"
- "Reset the invalid-OTP text to default"
Input: { messages: { KEY: text|null, ... } }
Output: { success, message, updated }
Expected Output: Confirmation of which messages changed.
Agent Response Example: "✅ 2 messages updated: OTP_SENT_PHONE, INVALID_OTP."
For more information, visit our OTP Verification page.