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

Method getContactLabels

app/javascript/dashboard/api/contacts.js:53–55  ·  view source on GitHub ↗
(contactId)

Source from the content-addressed store, hash-verified

51 }
52
53 getContactLabels(contactId) {
54 return axios.get(`${this.url}/${contactId}/labels`);
55 }
56
57 initiateCall(contactId, inboxId, conversationId = null) {
58 return axios.post(`${this.url}/${contactId}/call`, {

Callers 3

contactLabels.jsFile · 0.80
getters.spec.jsFile · 0.80
contacts.spec.jsFile · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected