まーぽんって誰がつけたの?

iOS→Scala→インフラなおじさん技術メモ

2016-11-22から1日間の記事一覧

slackのweb api経由のchat.postMessageでattachmentsが送れない

JSON.stringifyする必要があった。 NG "attachments": [{ "text": "hoge" }] OK "attachments": JSON.stringify([{ "text": "hoge" }])