Receive webhook
documentedReceive a note/notebook change notification (outbound to your URL).
GET /webhooks/notifySynchronizationno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://notifications-service-http.svc.evernote.com/webhooks/notify?userId={{$user_id}}&guid={{$guid}}¬ebookGuid={{$notebook_guid}}&reason={{$reason}}" \
-X GET \
-H "Accept: application/json"