Revision history
The following updates have been made to the Lodging Supply GraphQL API schema, from newest to oldest updates:
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.