Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.80
actions.spec.js
File · 0.80
inboxes.spec.js
File · 0.80
Calls
1
post
Method · 0.45
Tested by
no test coverage detected