You need to implement this endpoint on your side. It must return an array of messages belonging to a conversation between two profiles.This endpoint is called whenever a conversation is enqueued, to keep your chat history and ours in sync.Your endpoint must implement the Chat History OpenAPI webhook specification.You can review the full example to get a better understanding of what needs to be implemented.
Let’s simulate a request to https://your-domain.com/my/path?userProfileId=1234&personaProfileId=9999&lastMessageDate=2021-01-25T15:45:00Z.The endpoint will reply with the following response body (JSON):