What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Webex Teams Notification

Votes:

0

I am looking for any guidance on how i can use Execute HTTP Action to send a message with variables to a Cisco Webex Teams room/user. I have tested the API access with Postman successfully but am not terribly familiar with how it translates. I took the exported code and pasted it but it doesn't appear to have worked and I have no great way of identifying what PRTG thinks of it, maybe a log somewhere? Any guidance is greatly appreciated! Thanks!

POST /v1/messages HTTP/1.1 Host: api.ciscospark.com Authorization: xxxxxxx Content-Type: application/json Cache-Control: no-cache Postman-Token: a484e25d-36cf-4fe0-8575-b64466f579c6

{ "roomId" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "text" : " PRTG Web Alert Notification" }

api http notifications

Created on Sep 18, 2018 1:41:06 AM



2 Replies

Votes:

0

You'll need to use a PowerShell notification that uses Invoke-Webrequest, similar to this, since the HTTP notifications don't support the content type to be configured (it's always plain/text) :)


Kind regards,
Stephan Linke, Tech Support Team

Created on Sep 18, 2018 11:33:49 AM by  Stephan Linke [Paessler Support]



Votes:

0

Created on Oct 22, 2019 7:49:46 PM




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.