MCPcopy Create free account
hub / github.com/chatwoot/chatwoot / syncTemplates

Method syncTemplates

app/javascript/dashboard/api/inboxes.js:32–34  ·  view source on GitHub ↗
(inboxId)

Source from the content-addressed store, hash-verified

30 }
31
32 syncTemplates(inboxId) {
33 return axios.post(`${this.url}/${inboxId}/sync_templates`);
34 }
35
36 createCSATTemplate(inboxId, template) {
37 return axios.post(`${this.url}/${inboxId}/csat_template`, {

Callers 3

inboxes.jsFile · 0.80
actions.spec.jsFile · 0.80
inboxes.spec.jsFile · 0.80

Calls 1

postMethod · 0.45

Tested by

no test coverage detected