Setup
Kyma works with n8n’s built-in OpenAI node since the API is OpenAI-compatible.1
Add Credentials
2
- API Key: Your Kyma API key (
ky-...) - Base URL:
https://kymaapi.com/v1
3
Add a Chat Node
4
qwen-3.6-plus)5
Test
6
Run the workflow to verify the connection works.
Example Workflows
Email Classifier
- Email Trigger → receives incoming email
- OpenAI (Kyma) → classify as
support,sales,spam - Switch → route based on classification
- Slack/Email → notify the right team
gemini-2.5-flash or qwen-3-32b for fast classification.
Content Pipeline
- Schedule Trigger → runs daily
- HTTP Request → fetch trending topics from an API
- OpenAI (Kyma) → generate article outline with
qwen-3.6-plus - OpenAI (Kyma) → write full article with
deepseek-v3 - WordPress → publish draft
Support Auto-Reply
- Webhook → receives support ticket
- OpenAI (Kyma) → draft reply with
qwen-3.6-plus - If → check confidence score
- Email → send auto-reply or escalate to human