Object material does not support subscription 错误在serviceM8中添加webhook

Object material does not support subscription error add webhook in serviceM8

我尝试在 http://developer.servicem8.com/docs/platform-services/webhooks/

的文档中添加 servicem8 中的 webhook

但是我得到了这个错误 {"success":false,"message":"Object material does not support subscription"} 。

我尝试了作业和 material 对象,但仍然出现同样的错误。 我正在使用试用帐户。

谁有这方面的经验,请帮忙。

这是邮递员POST的详细信息

POST /webhook_subscriptions HTTP/1.1

主持人:api.servicem8.com

授权:{隐藏信息}

缓存控制:无缓存

邮递员令牌:64b8e5ea-55c3-6fc9-1936-c19436bd72c9

内容类型:application/x-www-form-urlencoded

object=jobmaterial&callback_url=http%253A%252F%252Frequestb.in%252Fzkqdd1zk&fields=status

尝试改变对象名称并查看是否可以解决问题,而不是 material,尝试 Material。

还要确保您的 callback_url 有效且可访问 URL,因为如果不是 reachable/valid,webhook 订阅将失败。