Get instant HTTP notifications when things happen in your LunaNotes workspace. Connect to any endpoint and automate anything.
3 events, unlimited possibilities
LunaNotes sends a POST request with a JSON payload to your endpoint whenever one of these events occurs.
note.created Fires whenever a new note is created in your workspace.
note.updated Fires whenever an existing note is modified.
note.deleted Fires whenever a note is deleted from your workspace.
Up and running in minutes
In your LunaNotes account, go to Settings → Integrations → Webhooks.
Provide the HTTPS URL where LunaNotes should POST the event payload.
Select which events fire the webhook — you can enable all three or just the ones you need.
Send a test payload to verify your endpoint, then activate the webhook.
Let's Try!