Is it possible to include module interface variables in notifications?

I’d like to configure a notif to open a workshop to a specific location (using module interface variables). Is it possible to include values for module interface variables in the Notification side-effect for an action?

Its a bit of work, but you would need to use a function backed notification, and generate the link with the module interface variables as link parameters.

As a prerequisite, the action needs to know about the variables, so you need to pass the variables to the action. Next, you need to write the function backed action and generate a custom link.

here is an example link where I have two promoted variables, one called openModule, which is a boolean, and one thats a single object in an object set called: selected-service-event

https:///workspace/module/view/latest/?openModule=false&selected-service-event=

Sidenote - to get the rid of the object, you need a function that takes in an object and returns the object.rid