Applies to:
Stayntouch PMS
Stayntouch PMS Sadie AI
Sadie AI is an AI voice agent that answers hotel phone calls and handles room bookings. The solution supports booking creation. The confirmation letter sent includes the payment link.
- Pull availability
- Push reservation creation
- Pull confirmation letter and payment link
Reservation updates and cancellations are expected in a following development phase.
The integration can be used globally.
WEBHOOK USAGE
- There are no webhooks in use.
API USAGE
- GET/Hotels/
- GET//hotels/{id}/room_types
- GET//hotels/{id}/rates
- GET/Hotels/{id}/availability
- GET/Hotels/{id}/availability/room_rates
- POST/reservations/
- POST/reservations/{id}/confirmation_letter
- GET/reservations{id}/pay_link
- GET/reservations{id}/
- POST/reservations{id}/payment_methods
GENERATING OAUTH KEYS
- Stayntouch Implementations will generate API OAuth keys to Sadie AI.
- client_id
- client_secret
- hotel_id
- API endpoints