Applies to:
Stayntouch PMS
Stayntouch PMS GM Pulse
AI Hospitality Group developed a hotel operating layer for General Managers that unifies PMS data into a Live Pulse view and AI-generated daily Morning Report, supporting KPIs, and controlled write-back workflows.
- Pull reservations and guest data
- Pull hotel settings
- Push reservations, reservation updates, cancellations, guest profiles, notes, transactions
The integration can be used globally.
To activate this integration for your property, please contact Customer Support.
WEBHOOK USAGE (Webhook secret is supported)
- Create Reservation
- Edit Reservation
- Cancel Reservation
- No Show Reservation
- Reinstate Reservation
- Room Move
- Reservation Revenue Update
- Card Replace
- Create Guest
- Edit Guest
- Anonymize Guest
- Create Account
- Edit Account
- Create Group
- Edit Group
- Cancel Group
- Check-In Available
- Check-In Completed
- Check-In Failed
- Reverse Check-In
- Pre-Check-In Available
- Pre-Check-In Success
- Pre-Check-In Failure
- Room Assignment Success
- Checked-Out
- Reverse Check-Out
- Check-Out Available
- Room Status
- Room Status Service
- Room Move
- Update Inventory
- Create Rate
- Edit Rate
- Delete Rate
- Edit Rate Manager
- Update Sell Limit
- Hierarchical Restriction
- Non-Hierarchical Restriction
- Direct Bill Settlement
- Complete End of Day
API USAGE
- GET /hotels
- GET /hotels/{id}
- GET /hotels/{id}/rooms
- GET /hotels/{id}/room_types
- GET /hotels/{id}/availability
- GET /hotels/{id}/availability/room_rates
- GET /hotels/{id}/rates
- GET /hotels/{id}/charge_codes
- GET /hotels/{id}/addons
- GET /hotels/{id}/deposit_policies
- GET /hotels/{id}/cancellation_policies
- GET /hotels/{id}/memberships
- GET /inventories
- GET /restrictions/house, POST /restrictions/house, DELETE /restrictions/house
- GET /restrictions/rate, POST /restrictions/rate, DELETE /restrictions/rate
- GET /restrictions/rate_type, POST /restrictions/rate_type, DELETE /restrictions/rate_type
- GET /restrictions/room_type, POST /restrictions/room_type, DELETE /restrictions/room_type
- GET /restrictions/room_rate, POST /restrictions/room_rate, DELETE /restrictions/room_rate
- GET /reservations
- GET /reservations/{id}
- GET /reservations/{id}/bills
- GET /reservations/{id}/revenue
- GET /reservations/{id}/deposits
- GET /reservations/{id}/notes
- GET /reservations/{id}/external_references
- GET /reservations/{id}/pay_link
- GET /reservations/{id}/selected_payment_method
- POST /reservations
- PUT /reservations/{id}
- POST /reservations/{id}/cancel
- PUT /reservations/{id}/assign_room
- POST /reservations/{id}/notes
- POST /reservations/{id}/external_references
- DELETE /reservations/{id}/external_reference/{external_reference_key}
- POST /reservations/{id}/transactions
- POST /reservations/{id}/pos_check_detail
- POST /reservations/{id}/payment_methods
- POST /reservations/{id}/restrict_post
- POST /reservations/{id}/check_in
- POST /reservations/{id}/check_out
- POST /reservations/{id}/pre_check_in
- GET /guests
- GET /guests/{id}
- POST /guests
- PUT /guests/{id}
- GET /accounts
- GET /accounts/{id}
- POST /accounts
- GET /posting_accounts
- GET /posting_accounts/{id}
- GET /posting_accounts/{id}/bills
- POST /posting_accounts
- POST /posting_accounts/{id}/transactions
- POST /posting_accounts/{id}/pos_check_detail
- POST /posting_accounts/{id}/payment_methods
- GET /bills/direct_bills
- GET /bills/{id}/invoice
- GET /bills/invoices_per_day
- GET /bills/revenue
- GET /groups
- GET /groups/{id}
- GET /groups/{id}/room_rates
- GET /groups/{id}/custom_group_addons
- GET /addons
- GET /addons/{id}
- POST /addons
- PUT /addons/{id}
- GET /charge_codes/{id}/basic_taxes
- PUT /memberships/{id}/level
GENERATING OAUTH KEYS
- Stayntouch Implementations will generate API OAuth keys to GM Pulse.
- client_id
- client_secret
- hotel_id
- API endpoints