Hello. I want to create tasks automatically using n8n. I know a standard server API is impossible because of E2E encryption.
Could you add a way to automate task creation without breaking E2E? Here are 3 short ideas:
1. Local Desktop API: The running desktop app opens a local port. n8n sends plain JSON to it, and the app encrypts and syncs the task.
2. Headless Client: A CLI/Docker background tool. We give it the encryption key, it receives local webhooks, encrypts data, and syncs to the server.
3. Unencrypted Inbox: The server receives plain text tasks via API. When the official app connects, it takes them, encrypts them, and moves them to the main database.
Please consider this. Thank you.
Hello. I want to create tasks automatically using n8n. I know a standard server API is impossible because of E2E encryption.
Could you add a way to automate task creation without breaking E2E? Here are 3 short ideas:
Please consider this. Thank you.