Skip to main content

New to Qlik Sense

If you’re new to Qlik Sense, start with this Discussion Board and get up-to-speed quickly.

Announcements
Qlik Cloud Maintenance is scheduled between March 27-30. Visit Qlik Cloud Status page for more details.
cancel
Showing results for 
Search instead for 
Did you mean: 
VamsiBhagavathula1
Contributor III
Contributor III

Qlik Alerts to Teams Channel

Hi ,

 

I have a  requirement to report Task reload failures to teams channel. If anyone tried configuring the Teams webhook and implemented sending this kind of info to teams channel please share me the steps?

i get the following error when using the basic code found in a blog

Error:

HTTP protocol error 400 ():

Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: Q. Path '', line 0, position 0

Code in load script :

RestConnectorMasterTable:
SQL SELECT
"Content-Type",
"Date",
"__KEY__response_header"
FROM JSON "_response_header" PK "__KEY__response_header"
WITH CONNECTION (
URL "$(v.Load.Webhook.Address)",
HTTPHEADER "Content-Type" "application/json",
BODY "$(v.Load.REST.Post.TEST)" ) ;

 

 

Best Regards
Vamsi
 
 
0 Replies