Does Pabbly offer any app for HTTP request ?
Status: Closed · Asked by Carlos Melo on · 0 views
Hello guys,
That's it, does Pabbly offer any app for HTTP request, or anything that works similar to it ?
Yes please refer this video:-
youtube.com/watch v=xYC5mTobFfc
Contact me - https://www.facebook.com/himeshsoni07
Email - [EMAIL][email hidden][/EMAIL]
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.
(#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.
Hey @Carlos MeloAs 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.
Could you please share the Workflow URL in which you have this concern?
Could you please share the Workflow URL in which you have this concern?
Sure,
Here is the workflow URL:
https://connect.pabbly.com/workflow/share/CUEDMVQDAGNXHQljBFsDJAoeAgZXDlEzBx4GFFJdUChVGAJpUBFaMAFNUjgAU1U0BE1UPlMPVG0OGlBUCF4FdlBJBQdQU1YsVhtVLlEAATIJVwMrVDU#
What I want to do with this is a way to solve the ticket #post-117512.
Please check step 3 of this workflow and see if that gives you the desired result:
https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTZkMDYzMjA0M2Q1MjZiNTUzMTUxMzQi_pc
Please check step 3 of this workflow and see if that gives you the desired result:https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTZkMDYzMjA0M2Q1MjZiNTUzMTUxMzQi_pc
Yes, it gave me the result I need !
Did you make some changes in the code or you only shifted the "Action Event Method" to "Custom Request” ?
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.
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 ?
It seems that double quotes and curly brackets are missing from two of your parameters. Please add them and try again.
Ooops... I'm sorry man.
Thank you.