11-7-24 Fix to Locations "Enabled" attribute
Previously, the "enabled" attribute looked at whether the location had a visitor subscription enabled. This attribute now correctly checks whether the location's status is set to active/false.
Previously, the "enabled" attribute looked at whether the location had a visitor subscription enabled. This attribute now correctly checks whether the location's status is set to active/false.
Updated the GET /reservations
query filters to include filtering by employee emails. You can see this change in our developer documentation here.
Update to the Workplace webhook employee_upcoming_visit
. We have changed this webhook to fire from 24 hours to 1 hour prior to the employee visit. This should make it easier to approve/deny employee access. For more info see our webhook events here- Envoy Webhooks
CRUD operations are now available for Desks via API. You can view these new endpoints here - https://developers.envoy.com/hub/reference/desks-2
We added metadata including pagination and total record information to the following GET APIs:
Fixed a SCIM pagination bug to use pageNumber instead of startIndex parameter. PageNumber is the proper implementation per the SCIM spec.
Released a change to our Developer Dashboard so that the Envoy Integration Builder is now integrated in the site and is accessible when you click "Create New" from the Developer Dashboard. Learn more here https://developers.envoy.com/hub/docs/nodejs.
Released the Client API Key for private Apps that does not require periodic calls to refresh the token. You can see the feature here https://developers.envoy.com/hub/docs/getting-an-access-and-refresh.