chore: Add Assignable Agents API (#4722)

This commit is contained in:
Pranav Raj S 2022-05-23 19:24:07 +05:30 committed by GitHub
parent 79280ae372
commit 56cd9bc0b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 134 additions and 15 deletions

View file

@ -6,10 +6,6 @@ class Inboxes extends ApiClient {
super('inboxes', { accountScoped: true });
}
getAssignableAgents(inboxId) {
return axios.get(`${this.url}/${inboxId}/assignable_agents`);
}
getCampaigns(inboxId) {
return axios.get(`${this.url}/${inboxId}/campaigns`);
}