Skip to content

Feature Request: Automation support (n8n/webhooks) #22

@yrmuq

Description

@yrmuq

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions