コンテンツにスキップ

Add webhook note

webhookを利用した通知

incoming-webhook

alt

alt

alt

alt

alt

alt

作成例

-1-

{
    "text": "sample01",
    "username": "webhookbot",
    "channel": "#hooks",
    "icon_emoji": ":ghost:"
}

-2-

{
   "attachments":[
      {
         "fallback":"fallback Test",
         "pretext":"attachments Test",
         "color":"#D00000",
         "fields":[
            {
               "title":"attachment01",
               "value":"This is attachment"
            }
         ]
      }
   ]
} 

-3-

curl -X POST --data-urlencode 'payload={"text": "TEST"}' https://hooks.slack.com/services/T82araaMS7/B9UaabAAREBQDGJjpSU/dXUrEwberec87GoiSsBFqaDM

Slackmojis

https://slackmojis.com/