Skip to content

Menghubungkan Make ke NordRouter

Gunakan modul HTTP → Buat permintaan.

  1. Method: POST.
  2. URL: https://nordrouter.com/v1/chat/completions.
  3. Headers:
    • Authorization: Bearer sk-nr-ВАШ-КЛЮЧ;
    • Content-Type: application/json.
  4. Body type: Raw, content type: JSON.
  5. 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.

Semua program