send message using Authentication template
1

I want to send whatsapp Authentication template this is my request:

{ "messaging_product": "whatsapp", "recipient_type": "individual", "to": "919428407972", "type": "template", "template": { "name": "otplessotp", "language": { "code": "en" } }, "components": [ { "type": "body", "parameters": [ { "type": "text", "text": "" } ] }, { "type": "button", "sub_type": "url", "index": "0", "parameters": [ { "type": "text", "text": "" } ] } ] }

and below is the response:

{ "error": { "message": "(#132000) Number of parameters does not match the expected number of params", "type": "OAuthException", "code": 132000, "error_data": { "messaging_product": "whatsapp", "details": "body: number of localizable_params (0) does not match the expected number of params (1)" }, "fbtrace_id": "AqxpZG3iB2Zrkvc8HL35TZl" } } so what is the error i have also attached the screenshot of whitelisted template

Bobby
Asked about a week ago