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

Implements clickatell sms provider #703

Merged
merged 16 commits into from Nov 30, 2022
Merged

Implements clickatell sms provider #703

merged 16 commits into from Nov 30, 2022

Conversation

Abobos
Copy link
Contributor

@Abobos Abobos commented Jun 21, 2022

  • What kind of change does this PR introduce?
    Feature (closes Add Clickatell SMS provider #604)

  • What is the current behavior? (You can also link to an open issue here)
    Currently, we don't implement Clickatell provider for the SMS channel

  • What is the new behavior (if this is a feature change)?
    Avail Clickatell SMS Provider

@vercel
Copy link

vercel bot commented Jun 21, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
docs ✅ Ready (Inspect) Visit Preview Jun 21, 2022 at 11:12AM (UTC)

@Abobos Abobos changed the title feat: Implements clickatell sms provider Implements clickatell sms provider Jun 21, 2022
import { ClickatellSmsProvider } from './src/index';

const provider = new ClickatellSmsProvider({
apiKey: 'otbjTKxDRlGxGlA6wiSCKQ==',
Copy link
Member

Choose a reason for hiding this comment

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

I think you exposed your key by mistake

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@jainpawan21 this has been removed. It was a file I used for testing the functionality

@vercel
Copy link

vercel bot commented Aug 24, 2022

@Abobos is attempting to deploy a commit to the Novu Team on Vercel.

A member of the Team first needs to authorize it.

@florian-lefebvre
Copy link
Contributor

Hey @Abobos @jainpawan21 what's preventing this PR from being merged?

@Abobos
Copy link
Contributor Author

Abobos commented Sep 29, 2022

Hey @Abobos @jainpawan21 what's preventing this PR from being merged?

It needs review cc : @scopsy

@p-fernandez p-fernandez changed the base branch from main to next November 8, 2022 12:00
@github-actions github-actions bot added @novu/api @novu/web documentation Improvements or additions to documentation providers labels Nov 29, 2022
Copy link
Contributor

@scopsy scopsy left a comment

Choose a reason for hiding this comment

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

Thank you @Abobos for your contribution and sorry it took so long to merge ❤️

@scopsy scopsy merged commit 3660441 into novuhq:next Nov 30, 2022
@Abobos
Copy link
Contributor Author

Abobos commented Nov 30, 2022

Thank you @Abobos for your contribution and sorry it took so long to merge ❤️

@scopsy no worries..Looking forward to contribute more

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.

Add Clickatell SMS provider
4 participants