IFTTT 实时 api

IFTTT realtime api

我正在尝试设置实时 api。 https://platform.ifttt.com/docs/api_reference#realtime-api

现在我们正在进行简单的轮询。 我按照说明做的

上面写着:

"With IFTTT's Realtime API, you can have Applets involving user-oriented triggers from your service run near-instantly."

我通过在请求正文中指定触发器 ID 来发送请求。我收到状态为 200 的结果。但该服务不会发出近乎即时更新数据的请求。一分钟或五分钟过去了。几乎与没有实时 api 相同。应该是这样吗?我错过了什么吗?

我发这个:

headers:
{'IFTTT-Service-Key': '***', 'Accept-Charset': 'utf-8', 'Accept-Encoding': 'gzip, deflate', 'X-Request-ID': '24814446-eeca-47bc-a44b-3a1d90569868', 'Accept': 'application/ json', 'Content-Type': 'application/ json'}

json:

{'data': [{'trigger_identity': '***'}]}

我们有三项服务。但是,只允许一个。删除不必要的服务后,一切正常。