Incoming message location
Webhook Incoming message- Location
This webhook send incoming message as and when user send a location.
Location data will contain lat and long.
When user gives a reply to a previous message then context will be provided.
Method: POST
Parameters:
Parameter | Description | Data Type |
ncmessage_id | ncmessage_id is unique id which is given when you send any message via PUSH api. | String |
message_id | Unique message id | String |
received_at | The time of status. The time when the message is received | Date - Time |
mesage_type | The type of message will be “location” | String |
latitude | The latitude of location | String |
longitude | The longitude of location | String |
from | The user mobile number | number |
Webhook Payload
Last updated