Is there a way to subscribe to events where a page is deleted?
I’ve been looking at the docs and I don’t see it currently
Is there a way to subscribe to events where a page is deleted?
I’ve been looking at the docs and I don’t see it currently
Hi @Nahi,
Unfortunately we don’t yet support subscribing to page deleted events in Forge, though they are tentatively scheduled for early-to-mid next year.
Could you share a bit more about your use-case? We may be able to suggest a workaround. For example, if you’re aiming to cleanup data associated with a page, in some cases it may be worth polling the REST API in a scheduled trigger to determine if a page still exists).
cheers,
Tim
@tpettersen I’m also looking forward to delete events for pages (and spaces, comments, etc.) to clean up data in Forge storage. Polling to determine if a page still exists can cause issues because an app cannot distinguish between deleted pages and pages it cannot access, for example, due to content restrictions.