{
"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"
}
}
}
URL: -https://graph.facebook.com/v12.0//messages
我们还需要在标题中发送访问令牌。
我也尝试了node.js。它用于其他交互式消息,但不适用于位置请求!中删除,对我有用。
我使用了这个身体请求:
body