(contactId)
| 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`, { |
no test coverage detected