This node allows you to search through the Appointment Scheduling Enterprise (ASE) platform to locate available locations based on the coordinates obtained with the Search Location node or from the coordinates obtained through a location sent in the WhatsApp channel as a media field.
To use it in the Studio platform, locate the "ASE Select Location" node in the "Engageware" section and configure its parameters.
In the video, we'll show you how to access it and the parameters for configuring it:
Download an example of flows related to nodes in the Engageware category in Studio.
Below, you also have the description of the properties mentioned in the video and Outputs 
Properties:
- Credentials (required): These are the credentials of the Engageware Appointment Scheduling Enterprise service. Many credentials can be saved, but only one can be active. In the configuration, the URL of the environment will be requested under the name "Instance URL" along with the username and password for API consumption (API user credentials) under the names "Username" and "Password."
- Name: optional name of the node.
- Latitude (double): the central latitude coordinate to search for available locations (latitude format example: 40.76778620751953).
- Longitude (double): the coordinate of the central longitude to search for available locations (longitude format example: -73.09190222252344).
- Radius: the radius from the intersection of both coordinates to search for available locations (radius format example: 50).
- Max Number of Locations: the search results limit for available locations (the default is 5 and the minimum is 1).
- Unit: the unit for the distance radius (the default is miles; it is also possible to select kilometers).
Outputs:
- msg.payload.metadata.EW_ASE_SelectLocationResponse: returns XML and JSON locations in case of success. In the event of an error, the "error" property will be returned.