Revision history
The following updates have been made to the Lodging Supply GraphQL API schema, from newest to oldest updates:
October 2024
The refreshNotificationCallbackConfigSecret mutation now enables you to specify whether the new secret is used immediately or whether it is persisted for 3 more days (if the secret is refreshed more than 3 days before expiration). In addition, a new HTTP notification header called
x-eg-notification-signature-v2
was added to replace thex-eg-notification-signature
header.message_attributes
attribute was added to theMessageAttributesUpdated
notification payload.
August 2024
An email address (contactEmail
) must now be configured when creating a callback configuration using the createNotificationCallbackConfig mutation. The email address is used to send email notifications when the callback configuration's secret is about to expire (sent 30 days, 7 days, and 1 days prior to expiration).
July 2024
MessageAttributesUpdated
event type was added to send a notification when a message's review status changes.
June 2024
An email address (
contactEmail
) can now be configured for each callback configuration. The email address is used to send email notifications when the callback configuration's secret is about to expire (sent 30 days, 7 days, and 1 days prior to expiration).The
undeliveredNotifications
query is now available, to retrieve any undelivered notifications for a given event type.
February 2024
Property status notifications added.
November 2023
Added the sendTestNotification
mutation to the capability, which enables partners to send a test notification to their callback URL.
June 2023
Released the initial version of the notifications capability.