I want to send messages based upon query on Exact Online to a Slack channel using the Slack incoming webhooks and Invantive SQL.
How do I this without massive SQL functions to properly escape the JSON?
I want to send messages based upon query on Exact Online to a Slack channel using the Slack incoming webhooks and Invantive SQL.
How do I this without massive SQL functions to properly escape the JSON?
Copyright © 2021 Jogjafile Inc.
After some tries, I found this to be working fine:
The HTTP POST is not very elegant in the sense that it has a side effect, but it does the job.