• 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

Getting error while testing Custom API Request (Beta) option.

Carlos Melo

Member
Hello,
I need help to identify why Custom API Request (Beta) of Whatsapp Cloud API is returning the error message below:

(#100) The parameter messaging_product is required.

I need to send a message template of the "location_request_message" type, but I'm facing this difficulty.
That message template does not require Meta approval, so there is no way to send it in the conventional way, using "Send Template Message (Beta)".

For further instructions, check the Meta tutorial in the link below:

Workflow: (it is on the first route - option “Motorista não recusou") https://connect.pabbly.com/workflow...KUDALHwcDUAYCcVBJBQdcX10nWxZTKAJbCzgBXwQsA2I#
 

ArshilAhmad

Moderator
Staff member
Hi @Carlos Melo,

There was an unnecessary quotation mark at the end of your JSON. We removed it, and it seems to have fixed the issue.
1734465380689.png
 

Carlos Melo

Member
Thank you, Arshil.
Yeah, it seems the message is sent.
However, the phone number doesn't receive the message. I tried two different.
They are phone numbers that receive messages from workflows normally.

So, how can we solve that ?
 

ArshilAhmad

Moderator
Staff member
The endpoint appears to have been set up correctly as per Meta's API documentation. Could you please try executing the same endpoint in Postman and see if you receive the message? Also, try using a different phone number
 

Carlos Melo

Member
Ok,
I ran the same endpoint in Postman and got the same result: message sent successfully, but the target number did not receive the message.
In this case I tried a third phone number that I have.


See below what Postman returned:

200OK
{
"messaging_product": "whatsapp",
"contacts": [
{
"input": "+5527992978257",
"wa_id": "5527992978257"
}
],
"messages": [
{
"id": "wamid.HBgNNTUyNzk5Mjk3ODI1NxUCABEYEjZDREI4NDAzNzc2REYxMUIxNgA="
}
]
}
 

Preeti Paryani

Well-known member
Staff member
Hello @Carlos Melo,

Yes, the issue is originating from Meta, as you have also verified using Postman. We recommend reaching out to Meta's support team regarding this issue for further assistance.
 
Top