I must be missing something simple here.
Is it possible to trigger on an Output. Lets say for example.
I know the example doesn't make logical sense, it's just a medium to explain my question a little.
Thanks,
Falg.
Is it possible to trigger on an Output. Lets say for example.
<triggers>
<trigger
enabled="y"
match="The tower of London"
send_to="2"
sequence="100"
>
<send>Location: London</send>
</trigger>
</triggers>
<triggers>
<trigger
enabled="y"
match="Location: (.+)$"
regexp="y"
send_to="9"
sequence="100"
variable="Location"
>
<send>%1</send>
</trigger>
</triggers>
I know the example doesn't make logical sense, it's just a medium to explain my question a little.
Thanks,
Falg.