• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Does Pabbly offer any app for HTTP request ?

Status
Not open for further replies.

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.
 
D

Deleted member 15445

Guest
(#100) The parameter messaging_product is required.
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.
 

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.
 

ArshilAhmad

Moderator
Staff member
I changed it to a 'Custom Post Request', entered the JSON in the Data field, and since your template had 10 parameters, I removed 2 of the 12 parameters. This fixed the issue.
 

Carlos Melo

Member
I changed it to a 'Custom Post Request', entered the JSON in the Data field, and since your template had 10 parameters, I removed 2 of the 12 parameters. This fixed the issue.
Thank you Arshil,
So I've just map the parameters of data from the step 1 and it seems to stop working.
Could you please check if I've done something wrong, please ?
 

ArshilAhmad

Moderator
Staff member
It seems that double quotes and curly brackets are missing from two of your parameters. Please add them and try again.
1726950552284.png
 
Status
Not open for further replies.
Top