Discussions
Feature Request: Page Context in Plugin Manifest Context Array
Hi Haiilo Plugin Developers,
We're exploring what's possible with Haiilo and need access to the current page where a plugin is embedded. Currently, the context array in the plugin manifest only supports:
- userName
- userEmail
- userLanguage
Feature Request: Could you please add page-related properties to the available context? For example:
- pageId
- or pageSlug
With the pageId, we can make good progress. We want to develop a plugin that sends emails to all members of the current page. With the Page ID, I can retrieve the corresponding User IDs via the API /api/pages/{pageId}/members
. Of course, the implementation would happen in our own backend. The plugin would essentially just be there to get the pageId of the respective plugin instance in Haiilo.
Is this feature enhancement possible? If so, what would be the timeline?
Thanks!
Best regards,
Mileta