This repo is a POC implementation using Public API of Chatwoot's API Channels.
- Create an API Channel in chatwoot and obtain the channel identifier
# replace api_inbox_id with your inbox id
Inbox.find(api_inbox_id).channel.identifier
- Edit
frontend.js
and updatechatwoot.inboxIdentifier
with the value of channel identifier. - Run and local server and try interacting with the interface
python3 -m http.server