n8n + Kalem
Trigger Kalem agents from any workflow.
Use n8n's HTTP Request node to call Kalem's REST API or hit Kalem webhooks from n8n workflows. Common patterns: outbound call after a CRM stage change, follow-up SMS after a missed call, knowledge-base sync from Notion or Airtable.
Setup
- Create an API token in Kalem → Settings → API Tokens.
- In n8n, add an HTTP Request node pointing to https://api.kalem.me/v1.
- Authenticate with Bearer token.
- Map your workflow data to the agent / call / knowledge-base endpoints.
Provider docs: https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/