...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
rule onNewCollectionMember { select when collection new_member pre { subInfo = event:attr("bus") // Same attributes as given to wrangler subscription_added } event:send({"eci":subInfo{"Tx"}, "domain":"example","type":"welcome_to_collection"}) } |
...