• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Does Pabbly offer any app for HTTP request ?

Carlos Melo

Member
Yes please refer this video:-

Ok, I have done all the configuration for that step - API (Pabbly) - and I got the following error message:
(#100) The parameter messaging_product is required.


That's the JSON code I have used in:


{
"messaging_product": "whatsapp",
"to": "5531998319632",
"type": "template",
"template": {
"name": "anuncio_de_vagas",
"language": {
"code": "pt_BR"
},
"components": [
{
"type": "body",
"parameters": [
{ "type": "text", "text": "Nome do Estabelecimento" },
{ "type": "text", "text": "Código da vaga" },
{ "type": "text", "text": "Whatsapp" },
{ "type": "text", "text": "Segmento" },
{ "type": "text", "text": "Cidade/Bairro" },
{ "type": "text", "text": "Data" },
{ "type": "text", "text": "Início" },
{ "type": "text", "text": "Término" },
{ "type": "text", "text": "Valor" },
{ "type": "text", "text": "Data de Pagamento" },
{ "type": "text", "text": "Lanche" },
{ "type": "text", "text": "Vestimenta" }
]
}
]
}
}



Please tell me where is the error.
 

Carlos Melo

Member
Hey @Carlos Melo

As the error message says, you have not included the parameter "messaging_product". Please add that parameter with it's value. Kindly follow the API documentation of the application you are using.


Let us know if it works for you.
Yes, I've included it, it is “whatsapp”. Take a look até the code again.
 
Top