<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tee-talog</author_name>
  <author_url>https://blog.hatena.ne.jp/tee-talog/</author_url>
  <blog_title>ひびのログ</blog_title>
  <blog_url>https://www.tee-talog.com/</blog_url>
  <categories>
    <anon>JavaScript</anon>
    <anon>スニペット</anon>
    <anon>Google Apps Script</anon>
  </categories>
  <description>基本的にほとんどコピペで動くようになっているはず Slack に Webhook 通知する const sendWebhook = (webhookUrl, payload) =&gt; { const options = { method: 'post', contentType: 'application/json', payload: JSON.stringify(payload), } UrlFetchApp.fetch(webhookUrl, options) } // Attachments を使うと表示名でメンションできる const payload = { text: 'hoge に…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.tee-talog.com%2Fentry%2F2023%2F05%2F10%2F201958&quot; title=&quot;GAS のスニペット - ひびのログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2023-05-10 20:19:58</published>
  <title>GAS のスニペット</title>
  <type>rich</type>
  <url>https://www.tee-talog.com/entry/2023/05/10/201958</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
