How we can read Microsoft Team Post message in azure function

Verma, Manish Kumar 131 Reputation points
2020-08-27T11:16:52.04+00:00

Hi All,

i have a requirement , how we can read Microsoft Team Post message in azure function

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,073 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,516 Reputation points
    2020-08-27T12:59:29.42+00:00

    Hi @Verma, Manish Kumar

    You need to create HTTP trigger function and get the webhook URL as below navigating to the function that you have created.

    20941-image.png

    Now, you need to navigate to your team channels and "create an outgoingwebhook"

    20820-image.png

    To test you need to call @<name specified while configured> to trigger the function app. If you are not aware of the response you will get from bot then you can use http://webhook.site to get the response and update your function app code in whatever data you are interested in.

    20896-image.png

    For your reference, I found this video which will help you in your implementation.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

    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.