2024 - Q4 updates
about 1 month ago by Duc Tu
Introduced updated API versions
Oct 2024
New Features
- Multi unit released. More details in V3.1 - Multi Units
- Introduced multi-unit related endpoints, including Multi-Unit Properties, Unit types and Units
Nov 2024
New Features
- Introduced V3.2 - Messaging Updates with new Threads endpoint, updates on Messages and Messaging Webhooks
- Threads endpoint:
- GET /threads by agencyUid, leadUid
- GET /threads/:uid by threadUid
Updated contracts
- Messages
- GET /messages by agencyUid, threadUid, leadUid
- GET /messages/uid: by messageUid
- Added senderType to the response
- Add filter by
createdAt
(from certain timestamp) - POST /messages/:uid/resend: action to resend message
- Webhooks for NEW_INBOX_MESSAGE
- Added
- threadUid →
thread_uid
- leadUid →
lead_uid
- messageUid →
message_uid
- status →
status
- channel →
type
- content →
message_content
- senderType →
sender_type
- createdTime →
created
- threadUid →
- Added