π Release Notes
1.0.9 - Door Access Event Context Alignment
Released: September 25, 2026
Door-open events now carry the same context for every door provider. Previously the shape depended on which provider a property used.
RESERVATION_DOOR_OPEN_SUCCESSandRESERVATION_DOOR_OPEN_FAILED(objectRESERVATION) now always containlockId, which was missing for some door providers, and no longer containpmsReservationIdβ it is already the event'sobjectId.DOOR_OPEN_SUCCESSandDOOR_OPEN_FAILED(objectLOCK) no longer containlockIdβ it is already the event'sobjectId. These events were previously documented as carrying alockNamekey that was never populated.LOCK_CONNECTION_LOSTandLOCK_CONNECTION_RESTORED(objectLOCK) β documentation correction only, no change to the payload: the context key isname, previously documented aslockName.
β οΈ If you read lockId from the context of DOOR_OPEN_SUCCESS or DOOR_OPEN_FAILED, read objectId instead β same value. Events recorded before this release keep their original shape.
1.0.8 - Post-Stay Feedback API
Released: September 17, 2026
Push the reviews guests leave on your platform into LIKE MAGIC, and read back everything a reservation or a guest ever wrote. Ratings are stored exactly as you send them, together with their own scale, so a 4/5 and an 8/10 stay distinguishable.
API Enhancement
Inventory API β Post-stay feedback endpoints added
PUT /api/reservations/{pmsReservationId}/post-stay-feedbackβ Create or replace one entry.originandoriginIdentifiertogether identify it, so re-sending that pair replaces the entry instead of adding anotherGET /api/reservations/{pmsReservationId}/post-stay-feedbackβ Every entry stored for a reservation, newest firstGET /api/guests/{pmsId}/post-stay-feedbacksβ Everything a guest wrote across stays, newest firstreservation_feedback.readandreservation_feedback.writeβ New scopes, separate fromreservation.readandreservation.write
1.0.7 - Custom Templates & Expanded Template Slots
Released: August 18, 2026
Send a guest your own wording through the new custom templates, and pick from nine slots per template family instead of three. Reach guests on WhatsApp outside the 24-hour service window, on SMS or on Email.
β οΈ Template slots are set up per property by LIKE MAGIC. Ask your contact which ones are live.
New Guide
π¨ Send Template Messages β Send template messages from your own system, with the available templates, variables and language codes
API Enhancement
Unified Messaging API β Template options extended on the send message endpoint
CUSTOM_TEMPLATE_1toCUSTOM_TEMPLATE_9β Supply your own message text and link per callCUSTOM_CONTENT,LINK_URLandLINK_TEXTβ New variables carrying that text and linkNEW_CONVERSATION_1toNEW_CONVERSATION_9andRESTART_CONVERSATION_1toRESTART_CONVERSATION_9β Raised from three slots each to nine
1.0.6 - Pre-Check-In Guest Preferences
Released: July 16, 2026
Reservations now expose the guest preferences collected during pre-check-in: purpose of stay, wake-up time and estimated arrival time.
API Enhancement
Inventory API β PublicReservation schema extended
- Purpose of stay
- Wake-up time
- Estimated arrival time
1.0.5 - External Conversation Import & Outbound Messaging
Released: February 18, 2026
Import conversations from external platformsβwebsite live chat or phone systemsβinto LIKE MAGIC unified messaging. Send outbound messages to guests via WhatsApp, SMS or Email.
New Use Case
External Conversation Import β Push messages from external platforms into LIKE MAGIC with automatic guest matching
API Enhancement
Unified Messaging API β Push messages and send messages endpoints added
1.0.4 - Inventory API: Reservation Data
Released: February 18, 2026
Access reservation data through the Inventory API.
API Enhancement
Inventory API β Reservation endpoints added - Reservation data access
1.0.3 - Enhance RESERVATION_CREATED context with primary guest
Released: December 9, 2025
The RESERVATION_CREATED event now contains primary guests data if available.
1.0.2 - Door Access PIN Management
Released: December 8, 2025
Door access providers can now autonomously manage PIN codes for guest reservations through the Inventory API. Set, update and synchronize PINs without requiring custom integration work from the LIKE MAGIC team.
β οΈ Only available for OfflinePIN door access systems.
New Use Case
Door Access PIN Management β Self-service PIN code management for door access providers - Autonomous PIN updates via API - Instant synchronization to guest journey apps - Unit-level storage matching physical door systems - Support for concurrent reservations with shared access
API Enhancement
Inventory API β Door access endpoints added - Manage PIN codes for OfflinePIN door providers - Validate reservations and unit assignments - Real-time PIN updates for guests
1.0.1 - Promo Code Business Events
Released: November 28, 2025
Track magic promo code lifecycle and guest usage in real-time. Monitor creation, updates, deletion and Internet Booking Engine (IBE) redemptions through event-driven integration.
β οΈ Only available for PMS Apaleo. IBE usage events require LIKE MAGIC IBE.
Business Events
Magic Promo Code Events β Lifecycle tracking and IBE usage events
MAGIC_PROMO_CODE_CREATEDβ New promo code createdMAGIC_PROMO_CODE_UPDATEDβ Promo code details modifiedMAGIC_PROMO_CODE_DELETEDβ Promo code removedMAGIC_PROMO_CODE_USEDβ Guest redeemed code in IBE
Learn More
π Shopping cart based Promo Codes User Guide
1.0.0 - Foundation Release
Released: October 30, 2025
The first release of the LIKE MAGIC Developer Platform. Build powerful hospitality integrations with real-time events, webhooks and secure OAuth 2.0 access.
APIs
- Event and Data Hub β Real-time event streaming and guest intelligence
- Guest Journey β Guest experience and door access management
- Guest β Reservation management and order item posting for third-party integration
- Integration β Chatbot integration for unified messaging
- Inventory β Property configuration and management data for hospitality systems
- Notification β Email template customization and management
- Task Management β Operational task orchestration
- Unified Messaging β Guest conversation management and multi-channel messaging
Platform
- π Service account management with OAuth 2.0
- π Webhook subscription management