0
SlackのAPI経由でリンク文字列を生成する
2020-09-24

忘れるので備忘録

Formatting text for app surfaces | Slack

SlackのAPI経由でtextを生成において、Markdown記法が使えるもののリンクなどは独自の記法になっている

<url|文字列>という感じ

"blocks": [
  {
    "type": "context",
    "elements": [
      {
        "type": "mrkdwn",
        "text": "Location: *Dogpatch* <https://github.com/swfz|swfz>)"
      }
    ]
  }
]

めちゃめちゃ細かい話だがスペースとかが入ると変換してくれない

失敗パターン

< https://github.com/swfz | swfz>

成功パターン

<https://github.com/swfz | swfz>

alt

0

Profile

swfz
swfz
日々学んだことを残していく
Today I Learned
コード片置き場

Account

RSS

Powered by Pixela
© 2024. swfz