Merge branch 'develop' into feat/ui-lib
This commit is contained in:
@@ -35,6 +35,10 @@ class Inboxes extends BaseClass {
|
||||
agent_bot: botId,
|
||||
});
|
||||
}
|
||||
|
||||
syncTemplates(inboxId) {
|
||||
return axios.post(`${this.url}/${inboxId}/sync_templates`);
|
||||
}
|
||||
}
|
||||
|
||||
export default new Inboxes();
|
||||
|
||||
Reference in New Issue
Block a user