Send a chat message
POST/cases/:id/chats
Posts a new chat message on a case, visible to both you and the collection partner.
Message Details:
- The message is attributed to the team member identified by
userId - The collection partner will receive an email notification about the new message
- Messages appear in the case chat timeline in chronological order
Prerequisites:
- The case must exist and belong to your account
- The
userIdmust be a valid user ID fromGET /usersbelonging to your team
Use Case: Use this endpoint to communicate with collection partners about case progress, provide additional information, or respond to partner questions. Messages sent via this endpoint are equivalent to messages sent through the creditor portal chat.
Request
Responses
- 200
- 400
- 404
- 500
Chat message sent successfully
Validation error — missing fields, invalid userId, or invalid request body
Case not found
Internal server error