Overview
The Memos Trigger node handles events from the Memos service via webhooks. It is designed to listen for incoming webhook POST requests from Memos and trigger workflows in n8n when such events occur. This node is useful for automating processes based on Memos events, such as creating tasks, notifications, or data synchronization when a new memo is created or updated.
Use Case Examples
- Trigger a workflow when a new memo is created in Memos to send a notification email.
- Automatically update a database record when a memo is modified in Memos.
Output
JSON
body- The JSON payload received from the Memos webhook containing event data
Dependencies
- Requires an API key credential for Memos API authentication to manage webhook registration.
Troubleshooting
- Error 'The Webhook can not work on "localhost"' occurs if the node is run locally without a tunnel or custom domain. Use a tunnel or deploy n8n on a public domain to resolve.
- Webhook registration failures may occur due to network issues or invalid credentials; verify API key and network connectivity.
- If webhook events are not triggering workflows, ensure the webhook URL is correctly registered and accessible by Memos service.
Links
- Memos API Webhooks Documentation - Official documentation for Memos webhook API endpoints and usage.
