Skip to main content
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.

Full Example

Let’s simulate a request to https://your-domain.com/my/path?userProfileId=1234&personaProfileId=9999. The endpoint will reply with the following response body (JSON):