Łączenie Make z NordRouter
Użyj modułu HTTP → Złóż wniosek.
- Method:
POST. - URL:
https://nordrouter.com/v1/chat/completions. - Headers:
Authorization: Bearer sk-nr-ВАШ-КЛЮЧ;Content-Type: application/json.
- Body type: Raw, content type: JSON.
- Request content:
json
{
"model": "anthropic/claude-sonnet-4.6",
"messages": [{ "role": "user", "content": "Составь ответ клиенту" }]
}Po pierwszym uruchomieniu Make rozpoznaje strukturę. Dla następnego modułu wybierz choices → 1 → message → content.
Oficjalne informacje:HTTP w Make.