Make

Make.com (Integromat)

Make is a no-code automation tool that allows workflows across APIs, CRMs, and databases.

🔧 How to Connect Uniport

  1. Add an HTTP module to your scenario.

  2. Set method: POST

  3. URL: https://api.uniportai.site/v1/chat/completions

  4. Headers:

    • Authorization: Bearer YOUR_UNIPORT_API_KEY

    • Content-Type: application/json

  5. Body:

jsonCopyEdit{
  "model": "gpt-4",
  "messages": [
    {"role": "user", "content": "Summarize this meeting:"}
  ]
}

📊 Use the output in Google Sheets, Notion, Slack, etc.

Last updated