change response from openbullet?

Is there a way to change the response requests from openbullet? I think it is a very important issue. Like the Chrome Response Override extension

YES, LoliCode allows you to easily manipulate data within your workflows. This example demonstrates how to update the value of data.SOURCE and log the result.


Example

data.SOURCE = "Hello World";
CLOG YellowGreen "Manipulated Data Result: "+ @data.SOURCE