Evernote webhook notification

∥☆過路亽.° 提交于 2019-12-12 02:54:10

问题


I registered for Evernote webhook successfully with a valid end point recently. But whenever I make any changes to my evernote account, either by creating or updating a note, I am not being notified by the webhook. I am using a page created with http://requestb.in/ as an endpoint but I don't see evernote making any requests to it. I have reached out to Evernote support but haven't received a response yet.

How do you test to see if Evernote Webhook is working as expected?


回答1:


The easiest way is to check the web logs of the web server you've set up to receive them.

I have a couple of web hooks set up and they seem to work. I've used a node.js app to receive the webhooks.

Double-check that you asked for the right kinds of notifications? What filter did you ask for?

Other than double-checking the URL you gave them, and double-checking the logs, and if using https ensuring you are using a valid certificate, there isn't much else other than waiting for the support response.

In the meantime you can test your code by hitting your webhook server with appropriately formatted URLs.



来源:https://stackoverflow.com/questions/36185434/evernote-webhook-notification

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!