-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
feat: Added MessageBird SMS client #4687
Conversation
This commit adds the MessageBird SMS client to our project.
@@ -98,6 +98,7 @@ | |||
"@novu/telnyx": "^0.21.0", | |||
"@novu/termii": "^0.21.0", | |||
"@novu/testing": "^0.21.0", | |||
"@novu/messagebird": "^0.16.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version should be the same as the rest
providers/messagebird/package.json
Outdated
@@ -0,0 +1,78 @@ | |||
{ | |||
"name": "@novu/messagebird", | |||
"version": "0.16.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above
providers/messagebird/README.md
Outdated
|
||
## Usage | ||
|
||
# MessageBird Node.js API Client |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like you just copy pasted the docs for the client, please look at some of the other providers and make this Novu centric.
Added messagebird version as 0.21.0, updated readme to novu specific
Added messagebird version as 0.21.0, updated readme to novu specific
hey @Cliftonz , Did the changes as you requested. |
hey @Cliftonz , Added them to cspell |
What change does this PR introduce?
This commit adds the MessageBird SMS client to our project.
Why was this change needed?
Closes #4386
Other information (Screenshots)