官方文档:

https://open.dingtalk.com/document/orgapp/message-type#title-0ut-020-hz2

测试显示,部门群消息还是场景群消息,均可以使用


语法如下

标题
# 一级标题
## 二级标题
### 三级标题
#### 四级标题
##### 五级标题
###### 六级标题
 
引用
> A man who stands for nothing will fall for anything.
 
文字加粗、斜体
**bold**
*italic*
 
链接
[this is a link](http://name.com)
 
图片
![](http://name.com/pic.jpg)
 
无序列表
- item1
- item2
 
有序列表
1. item1
2. item2

换行
  \n  (建议\n前后分别加2个空格)

补充

<font size=12 color=green face=黑体>带颜色文字样式</font>



另外,一般在消息体中会带有链接,如果是直接放链接会跳出dingding应用,需要指定的格式

参考文档:

https://open.dingtalk.com/document/orgapp/message-link-description-1?spm=ding_open_doc.document.0.0.355b4a97jKK6NN


打开链接

dingtalk://dingtalkclient/page/link?url=http%3A%2F%2Fwww.dingtalk.com&pc_slide=true
参数描述
url要打开的链接,必须urlEncode。
pc_slidetrue:表示在PC客户端侧边栏打开false:表示在浏览器打开

urlEncode 常用的转义:

:// %3A%2F%2F
/ %2F
? %3F
= %3D
& %26
# %23
+ %2B
空格 %20

消息链接在PC端工作台打开

看文档

https://open.dingtalk.com/document/orgapp/message-link-description-1#title-ffd-028-66i

小程序链接

看文档

https://open.dingtalk.com/document/orgapp/message-link-description-1#title-mzg-rmf-ty0