It’s now possible to receive the user’s location through Telegram and Messenger, using our New File trigger.
A location will come through with a File Type of location
, and with a link to the location’s Google Map in the File URL output.
There’s also a new field Metadata output which will contain the location’s co-ordinates:
{
"long": "53.7969493",
"lat": "-2.3344111"
}
We’ve yet to document this but wanted to let our loyal community site users know first!