Outgoing webhook with java

Radha Rajendran 61 Reputation points
2022-03-28T20:55:34.65+00:00

I was going through the below link to create a outgoing web hook. But I couldn't find any example for java.
https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-outgoing-webhook?tabs=urljsonpayload%2Cdotnet

Can we create a outgoing web hook using java, if so can you share some sample link.

Thanks,
Radha

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,065 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nivedipa-MSFT 2,896 Reputation points Microsoft Vendor
    2022-03-29T07:56:41.713+00:00

    @Radha Rajendran - Currently there is no any sample available in java to create a outgoing webhook.
    You can refer below sample for reference which is in C# and nodejs.
    https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/outgoing-webhook

    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.