Applies to:
Stayntouch PMS
Stayntouch PMS Guestpulse
Guestpulse offers a data integration and intelligence platform that extracts, transforms, and enriches hotel data into a central data warehouse and customer data platform for analytics, reporting, and segmentation.
- Pull reservations, guest profiles, and financial transactions data
- Pull property and reference data (room types, rate plans, market segments, charge codes)
The integration can be used globally.
WEBHOOK USAGE
- None in version 1. Webhook subscriptions are roadmapped for a future release.
API USAGE
- GET /hotels
- GET /hotels/{id}/rooms
- GET /hotels/{id}/charge_codes
- GET /rooms/{id}/service_status
- GET /reservations Fetched once daily
- GET /reservations/{id}, on demand for rehydration
- GET /reservations/{id}/revenue, for check out res
- GET /reservations/{id}/bills, for check out res
- GET /bills/direct_bills
- GET /bills/revenue, for check out res
- GET /charge_codes/{id}/basic_taxes
- GET /accounts
GENERATING OAUTH KEYS
- Stayntouch Implementations will generate API OAuth keys to Guestpulse.
- client_id
- client_secret
- hotel_id
- API endpoints