-
Notifications
You must be signed in to change notification settings - Fork 13k
feat: Outbound Comms endpoints #36377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
🦋 Changeset detectedLatest commit: 6cbd5fd The changes in this PR will be included in the next version bump. This PR includes changesets to release 37 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
apps/meteor/ee/app/livechat-enterprise/server/api/lib/outbound.ts
Outdated
Show resolved
Hide resolved
apps/meteor/ee/app/livechat-enterprise/server/api/lib/outbound.ts
Outdated
Show resolved
Hide resolved
apps/meteor/ee/app/livechat-enterprise/server/api/lib/outbound.ts
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #36377 +/- ##
===========================================
+ Coverage 64.75% 64.76% +0.01%
===========================================
Files 3156 3156
Lines 104909 104912 +3
Branches 19959 19970 +11
===========================================
+ Hits 67936 67950 +14
+ Misses 34288 34278 -10
+ Partials 2685 2684 -1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
apps/meteor/ee/app/livechat-enterprise/server/api/lib/outbound.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Marcos Spessatto Defendi <[email protected]>
a7c4892
Proposed changes (including videos or screenshots)
Implement new API endpoints to allow for listing currently listed providers and fetch provider metadata.
GET /api/v1/omnichannel/outbound/providers:Endpoint should be filterable by provider type → phone | email
The endpoint should return all providers currently registered for the given type.
GET /api/v1/omnichannel/outbound/providers/:id/metadata:(Needs Apps bridge to work)Endpoint should return the specified provider’s metadata
:id → appId
Issue(s)
https://rocketchat.atlassian.net/browse/CTZ-182
https://rocketchat.atlassian.net/browse/CTZ-214
Steps to test or reproduce
Further comments