Here's a TLDR bullet list for integrating with n8n:
Authorization: Bearer YOUR_SESSION_TOKENhttps://api.inline.chat/v1/sendMessage20250509application/json{
"peerUserId": "123", // OR use peerThreadId
"peerThreadId": "456", // OR use peerUserId
"text": "Your message here",
}
https://api.inline.chat/v1/sendMessage20250509Content-Type: application/jsonAuthorization: Bearer YOUR_TOKEN{{ $json.fieldName }}peerUserId OR peerThreadId (not both)text OR photoId (or both)