Please enable JavaScript.
Coggle requires JavaScript to display documents.
Webhook - Coggle Diagram
Webhook
クラス
POSTクラス作成
PstClass
webhook URL
PostMethod
async Task<bool>
JsonConvert.SerializeObject(SendParameters)
パラメータクラス
Attachment
SendParameters
username
icon
text
channel
attachments
HttpClient
static
System.Net.Http
呼び出す
var postClass = newPostClass();
var isOk = await postClass.PostMethod("xxx", "xx"~~);