Interface MicrosoftTeamsClient
public interface MicrosoftTeamsClient
-
Method Summary
Modifier and TypeMethodDescriptionretrofit2.Call<okhttp3.ResponseBody>sendMessage(String webhook, MicrosoftTeamsMessage message)
-
Method Details
-
sendMessage
@POST("{webhookUrl}") retrofit2.Call<okhttp3.ResponseBody> sendMessage(@Path(value="webhookUrl",encoded=true) String webhook, @Body MicrosoftTeamsMessage message)
-