Hi, I am trying to integrate Evernote api in my application.so i have gone through all the document for creating consumer key and secret .I have done all process and am able to get all notebooks and note list using API in node.js.
Now I want to implement if any user updates or create notes ,I need to handle those so for that I have found webhook concept.Therefore i have registered Webhook endpoint(utl:- https://xxx.xx.xx.xxx:xxxx/evernote/notification) two days back only and I have got email from support team as "Webhook endpoint updated successfully".Now I think my webhook url for activated to get notify once user update or create notes in their account.
I wrote one http module and started handling the request on url which I have registered for webhook like this,If I have updated any notes or created notes in evernote account manually,I am not able to get any request handling in that function.
can somebody tell me whats going on here?
Thanks in advance.