Dynamically remove users from object subscription within a workflow.
{{...}}
.
One common use case of creating object dynamically is when you need to compute objects based on user topic subscription. For example, there are multiple player tournaments happening and there are separate objects for each tournament. Object ID in such case can be {{tournament_id}}
and type tournaments
.
recipient.subscription
namespace as recipient.subscription.property_key
. Subscription properties are added in JSONNET format. You can read more about object subscription here.