我在Freshchat中创建了一个自定义应用程序来发送WhatsApp模板,并遇到了上述错误,它在Postman中正常工作。
<html>
<head><title>405 Not Allowed</title></head>
<body>
<center><h1>405 Not Allowed</h1></center>
<hr><center>nginx</center>
</body>
</html>
字符串
12月:
文本
请求代码:
{
"send_msg":{
"schema":{
"method":"POST",
"host":"api.freshchat.com",
"path":"/api/v2/outbound-messages/whatsapp",
"headers": {
"Authorization": "Bearer xxxxxxxxx",
"Content-Type": "application/json"
}
}
}
}
型
感谢您的善意支持,以完成它,并删 debugging 误,并发送messsage。
我要正确的密码。
1条答案
按热度按时间bvhaajcl1#
如果你想在ruby中使用,你可以使用这个gem https://rubygems.org/gems/freshchat_whatsapp
如果你想使用curl,你可以使用
字符串