Menghubungkan Make ke NordRouter
Gunakan modul HTTP → Buat permintaan.
- 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": "Составь ответ клиенту" }]
}Setelah dijalankan pertama kali, Make mengenali strukturnya. Untuk modul selanjutnya, pilih choices → 1 → message → content.
Informasi resmi:HTTP di Buat.