Sign in

Receive webhook

documented

Receive a note/notebook change notification (outbound to your URL).

GET /webhooks/notifySynchronizationno implementation yet0 runs
No 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}}&notebookGuid={{$notebook_guid}}&reason={{$reason}}" \
  -X GET \
  -H "Accept: application/json"