Evernote webhook notification

2019-09-14 14:59发布

问题:

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.