Skip to content

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

  1. Create an API token in Kalem → Settings → API Tokens.
  2. In n8n, add an HTTP Request node pointing to https://api.kalem.me/v1.
  3. Authenticate with Bearer token.
  4. 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/

Related integrations