Does Pabbly offer any app for HTTP request ?

Status: Closed · Asked by Carlos Melo on · 0 views

Carlos Melo — Question ·

Hello guys,
That's it, does Pabbly offer any app for HTTP request, or anything that works similar to it ?

Carlos Melo — Reply ·
Yes please refer this video:-

youtube.com/watch?v=xYC5mTobFfc

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.

Deleted member 15445 — Reply ·
(#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.

youtube.com/watch?v=bmf4och_kTk

Let us know if it works for you.

Carlos Melo — Reply ·
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.

youtube.com/watch?v=bmf4och_kTk

Let us know if it works for you.


Yes, I've included it, it is “whatsapp”. Take a look até the code again.
Arshil Ahmad — Reply ·

Could you please share the Workflow URL in which you have this concern?

Arshil Ahmad — Reply ·

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 — Reply ·
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 ?
Arshil Ahmad — Reply ·

It seems that double quotes and curly brackets are missing from two of your parameters. Please add them and try again.

Carlos Melo — Reply ·

Ooops... I'm sorry man.
Thank you.

Back to all forum threads · Log in to reply