Sorry for not replying to this sooner. I think it's a great idea and something people would probably find helpful. Let me take a look and see what I can do.
Hi Derek, what do you think about an option to get a variable value in JSON instead of plain text?
Plain text response:
https://sequematic.com/variable-get/X/Y/variable-name
JSON response for IFTTT:
https://sequematic.com/variable-get/X/Y/variable-name/ifttt-json
Reason for this is IFTTT webhook cannot parse plain text. It can parse JSON response to make Value1 available as an ingredient in a filter or action. JSON format expected by IFTTT:
{ "value1" : ""}
Thank you.
Sorry for not replying to this sooner. I think it's a great idea and something people would probably find helpful. Let me take a look and see what I can do.