Data Storage

Is it possible to store all chat data locally in our internal database? How can we write internal APIs to manage and store all chat data and files rather than using the sendbird API?

Would you recommend using the platform API configuration? Please let me know if there is any documentation that allows for this to be done. I am looking into whether SendBird is the right use for our platform, but would need to manage the data on our end.

Hopefully, these documents could help you.

Data Export
Webhooks

1 Like

Is it not possible to only host the data internally? These both seem like ways to pull from SendBirds servers.

Hi Albert

All chat data are to be hosted in our server as we optimized the performance of real-time chat at our end.

Thanks