79392201

Date: 2025-01-27 21:25:39
Score: 1
Natty:
Report link

I tested it here, and by removing the type from the body, the payload worked for me.

I used this body request:

{
    "messaging_product": "whatsapp",
    "recipient_type": "individual",
    "to": "<phone_number>",
    "type": "interactive",
    "interactive":{
            "type": "location_request_message",
            "body": {
              "type": "text",
              "text": "Please provide your location"
            },
            "action": {
              "name": "send_location" 
            }         
 }
}
Reasons:
  • Whitelisted phrase (-1): worked for me
  • RegEx Blacklisted phrase (2.5): Please provide your
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: mitaharumi