Get OTP Templates


Ability Name: mo-otp/get-email-templates

Purpose: Read the SMS/Email OTP message templates.

Description: Returns the current SMS OTP template, Email OTP body template, and Email subject line. Templates use the ##otp## placeholder.

Trigger Conditions:

  • "Show the OTP email template"
  • "What's the OTP SMS text?"

Output: { sms_template, email_template, email_subject }

Expected Output: The current templates and subject.

Agent Response Example: "SMS template: 'Your OTP is ##otp##'. Email subject: 'Your verification code'."


For more information, visit our OTP Verification page.