WeCareRemote is designed to plug into the rest of your operational stack. Two integrations are central to most deployments:Documentation Index
Fetch the complete documentation index at: https://docs.wcr.is/llms.txt
Use this file to discover all available pages before exploring further.
- n8n — workflow automation that connects WeCareRemote events (new conversations, completed meetings, recordings) to email, Slack, spreadsheets, CRMs, and hundreds of other services.
- NocoDB — a spreadsheet-style database that NGO staff use to manage cases, resources, and structured data, with API access for the AI assistant and other services.
How they fit together
A typical pattern looks like this:Refugee sends a message
A refugee chats with the AI assistant. The conversation is captured in WeCareRemote.
n8n picks up the event
An n8n workflow listens for new conversations or meeting recordings via webhook or polling.
Data lands in NocoDB
n8n writes a structured row to NocoDB — case ID, refugee, topic, NGO assigned, status.
NGO staff work the case
Caseworkers update the NocoDB row from the NocoDB UI. Status changes trigger follow-up n8n workflows (notifications, emails, recording archival).
n8n integration
Connect WeCareRemote events to automated workflows across hundreds of services.
NocoDB integration
Store and manage structured data with a spreadsheet UI and REST API.