Hi @devlead
Please can you advise how to use the JSON message formatting with this API.
What changes need to be made to the code below?
Thanks
SELECT Ok,
Channel,
TimeStamp,
Error
FROM dbo.SlackChatPostMessage(
'token',
'channel',
'message',
null,
null
)
Sana