如何从网络钩子在 Slack 中创建代码段
How can I create a Snippet in Slack from a webhook
是否可以通过带有 Snippet 的 Webhook post Slack 中的消息?
不,您只能 post 消息,包括。带有 webhook 的附件。
如果你想post一个片段,你需要使用API方法files.upload
。根据指定或检测到的 filetype
.
自动创建片段
是否可以通过带有 Snippet 的 Webhook post Slack 中的消息?
不,您只能 post 消息,包括。带有 webhook 的附件。
如果你想post一个片段,你需要使用API方法files.upload
。根据指定或检测到的 filetype
.