I am coding Reactor API using node.js to create a new rule condition.
This rule should fire when clicked <a href url contains a perticular pattern (eg. href="tel:123456" condition, href contains "tel:").
I have following API call as example:
....
attributes: {
name: 'click-event',
settings: JSON.st...