Slack Bot OpenModal Error: missing_post_type

Slack Bot OpenModal Error: missing_post_type

我刚开始使用 Slack Bot 编程,但遇到了问题。

我将 Zapier 用作 webhook,并使用按钮创建了一条新消息。

现在我想打开一个模式,就像这里记录的那样:https://api.slack.com/methods/dialog.open#arg_token

为此,我通过 Zapier Webhooks 发出 POST 请求,如下所示:

我没有打开模态,而是收到错误消息“error missing_post_type"

希望高手能帮我解决这个问题。

感谢支持!

可以在 linked documentation 中找到解决方案。

The method was called via a POST request and included a data payload, but the request did not include a Content-Type header.

您只需添加 content-type header。然后 post 请求应该有效。

Content-Type: application/json