З'єднання Make to NordRouter
Використовуйте модуль HTTP → Make a request.
- 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": "Составь ответ клиенту" }]
}Після першого запуску Make визнає структуру. choices → 1 → message → content.
Офіційна справка:в Make HTTP.