You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@sanazhussain@jcnunez007 the WCOM SqlServerSlackAPI assembly actually has it's own json serializer built in, so should be fully possible to add support for this for both SQL Server 2012, 2014 and 2016. Just not been a scenario we've had time to explore our selves.
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
The text was updated successfully, but these errors were encountered: