POSThttps://whatsapp-notification.montymobile.com/api/v2/WhatsappApi/send-otp

Send OTP

Deliver a one-time passcode using a pre-approved OTP template. The code is injected at send time through the template's body parameter.

Request body

ParameterTypeRequiredDescription
toStringYesRecipient MSISDN, digits only.
typeStringYesAlways "template".
sourceStringYesWhatsApp-approved sender under your WABA.
templateObjectYesTemplate container.
template.nameStringYesApproved OTP template name.
template.language.codeStringYesISO 639-1 code, e.g. en.
template.componentsArrayYesComponent objects; OTP is typically one body.

Try it

Try itSimulate the delivery lifecycle
POSTwhatsapp-notification.montymobile.com/api/v2/WhatsappApi/send-otp
Simulated · no message is actually sent

Responses

The success and error response bodies for WhatsApp v2 are being finalized. Coming soon