Skip to content
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

Merged
merged 5 commits into from
Oct 29, 2023
Merged

Conversation

ayushshukla7777
Copy link
Contributor

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)

image
image
image

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",
Copy link
Contributor

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

@@ -0,0 +1,78 @@
{
"name": "@novu/messagebird",
"version": "0.16.3",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above


## Usage

# MessageBird Node.js API Client
Copy link
Contributor

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
@ayushshukla7777
Copy link
Contributor Author

hey @Cliftonz , Did the changes as you requested.

@Cliftonz
Copy link
Contributor

Looks like the cspell pipeline failed, you will need to add these two words will need to be added to the cspell list.
CleanShot 2023-10-28 at 16 54 19@2x

@ayushshukla7777
Copy link
Contributor Author

hey @Cliftonz , Added them to cspell

@Cliftonz Cliftonz merged commit ba712d5 into novuhq:next Oct 29, 2023
24 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[NV-2966] 🚀 Feature: Add Messagebird SMS Provider
2 participants