curl -X POST -H 'Content-type: application/json' --data '{"title": "hello world", "pretext": "hello world", "text": "Hellow world", "channel": "#channel", "link_names": 1, "username": "GitLab"}' https://hooks.slack.com/services/TO/K/EN
以上将显示“文字”和“借口”,但不显示标题。
答案 0 :(得分:2)
它不会显示标题,因为普通邮件没有title属性。如果您想拥有标题,则需要在邮件中添加附件。附件可以在许多其他花哨的属性中具有标题。
有关附件的工作原理,请参阅here。