Getting "Invalid webhook request - GET not supported" while using it with Adverity application.

vijay singh parmar 26 Reputation points
2022-08-08T15:39:38.01+00:00

Hi,

I am able to create an Incoming webhook in MS Teams and test it successfully by following the steps in the Create Incoming Webhooks guide. When setting up notifications and alerts in the Adverity application. The following error message appears after I followed the steps outlined in the Adverity documentation.

Error message: "Invalid webhook request - GET not supported"

With Postman, I am able to test the Incoming Webhook, but with Adverity, I get the following error message. Have trouble figuring out the root cause of this issue? I would appreciate any help or suggestions you can give me to resolve this issue.

Microsoft Teams | Development
Microsoft Teams | Microsoft Teams for business | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Nivedipa-MSFT 3,646 Reputation points Microsoft External Staff Moderator
    2022-08-09T09:38:19.647+00:00

    Incoming Webhooks help in posting messages from apps to Teams.
    Incoming Webhooks are enabled for a team in any channel, it exposes the HTTPS endpoint, which accepts correctly formatted JSON and inserts the messages into that channel.

    In your scenario you have to send the alert to external application.
    For this scenario you have to use Outgoing webhooks.
    With Outgoing Webhooks, you can send alerts to the external applications.

    Ref Doc: https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/what-are-webhooks-and-connectors

    Thanks,
    Nivedipa


    If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.