Open Location Action
A guide to navigating users to a location via automation in FlowAgent.
When to Use
Use this page when you want to open a map/location for a user automatically.
How It Works
- Use the
location
property to specify a lat/lng or address. - Opens a new window with navigation enabled.
Usage Example
Navigate to a lat/lng:
{
"location": "59.3293,18.0686"
}
Tips
- Use valid coordinates or addresses.