Here's a TLDR bullet list for integrating with n8n:

Authentication Setup

API Endpoint Details

Request Body Structure

{
  "peerUserId": "123",        // OR use peerThreadId
  "peerThreadId": "456",      // OR use peerUserId
  "text": "Your message here",
}

n8n Configuration Steps

  1. Add HTTP Request node to your workflow
  2. Set Method: POST
  3. Set URL: https://api.inline.chat/v1/sendMessage20250509
  4. Add Headers:
  5. Add Body (JSON):

Key Requirements