Want to be notified every time something specific is published on-chain? Easy!
Whether you want to be notified in Coda, or connect to another pack (like Jira, or Salesforce), creating notifications is easy.
All you need to do is create a filtered table of your transactions with the condition you want to be notified by. Then add a column that assigns an action when that filter is true.
The below table alerts the every time a value published includes the word “world” in any of our current projects. Those project could be monitoring only our transactions, or the transactions of any given type or maker on-chain.
The notify formula we’re using is:
if(thisRow.[Value or File].Lower().ContainsText(Lower("world")),[mintBlue Team],"false")
Notify mintBlue team IF contains "World"
Apply this same logic to any number of notification types or inter-pack automatons.
If the value of a transaction contains “world”...
send a to client that data has been sent/received AND if transactions is signed, push the data into
The mintBlue pack for Coda and associated docs were made in partnership and with
Questions and support can be sent to