Get messages by thread uid
When using the 'NewInboxMessage' webhook, the provided information includes the agency UID, message UID, event type, and thread UID. To retrieve messages, it would be beneficial to access them using either the thread UID or lead UID. I propose the following endpoints:
https://sandbox.hostfully.com/api/v3/messages/{lead_uid} (already implemented)
https://sandbox.hostfully.com/api/v3/messages/{thread_uid}
Additionally, it would be useful to include the 'message UID' within the payload for each message.
2
votes
Vitali Schall
shared this idea