Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chatwoot/chatwoot
/ createHook
Method
createHook
app/javascript/dashboard/api/integrations.js:28–30 ·
view source on GitHub ↗
(hookData)
Source
from the content-addressed store, hash-verified
26
}
27
28
createHook(hookData) {
29
return
axios.post(`${this.baseUrl()}/integrations/hooks`, hookData);
30
}
31
32
deleteHook(hookId) {
33
return
axios.delete(`${this.baseUrl()}/integrations/hooks/${hookId}`);
Callers
3
integrations.js
File · 0.80
actions.spec.js
File · 0.80
integrations.spec.js
File · 0.80
Calls
2
baseUrl
Method · 0.80
post
Method · 0.45
Tested by
no test coverage detected