Merge branch 'develop' of github.com:chatwoot/chatwoot into feat/ui-lib

This commit is contained in:
Shivam Mishra
2026-03-20 17:34:27 +05:30
2279 changed files with 77643 additions and 20821 deletions
+6
View File
@@ -48,6 +48,12 @@ class Inboxes extends BaseClass {
getCSATTemplateStatus(inboxId) {
return axios.get(`${this.url}/${inboxId}/csat_template`);
}
analyzeCSATTemplateUtility(inboxId, template) {
return axios.post(`${this.url}/${inboxId}/csat_template/analyze`, {
template,
});
}
}
export default new Inboxes();