0
Pending Review

Allow curly braces as text in triggers using escape character

GregVinyard 3 years ago updated 3 years ago 1

I'd love to be able to send JSON data using a Session Trigger, but I can't since both Session Triggers and JSON use curly braces as special characters.  It would be great if I could use an escape character, like \{ or '{ or something to allow the JSON formatted data to be sent without getting stripped out by the Session Trigger formatter.

Oh holy guacamole.. I figured it out.  Just use double curly braces.  {{test}} will get sent as {test}.

This is so awesome.  I can now create and send adaptive cards to Microsoft Teams channels from ConnectWise Control. :-O