Git Product home page Git Product logo

messaging's People

Contributors

abnegate avatar amreshsinha avatar anshganatra avatar byawitz avatar christyjacob4 avatar dcowan-london avatar eldadfux avatar fanatic75 avatar lohanidamodar avatar loks0n avatar mohith2883 avatar rutam21 avatar shimonewman avatar torstendittmann avatar wess avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

messaging's Issues

Upgrade our issue templates to use GitHub issue forms โœ๏ธ

Introduction

GitHub has recently rolled out a public beta for their issue forms feature. This would allow you to create interactive issue templates and validate them ๐Ÿคฏ.

Appwrite currently uses the older issue template format. Your task is to create GitHub issue forms for this repository. Please use Appwrite's issue templates as a reference for this PR.

Tasks summary:

  • Fork & clone this repository
  • Prepare bug report issue form in .github/ISSUE_TEMPLATE/bug.yaml
  • Prepare documentation issue form in .github/ISSUE_TEMPLATE/documentation.yaml
  • Prepare feature request issue form in .github/ISSUE_TEMPLATE/feature.yaml
  • Push changes to master and test issue forms on your fork
  • Submit pull request

If you need any help, reach out to us on our Discord server.

Are you ready to work on this issue? ๐Ÿค” Let us know, and we will assign it to you ๐Ÿ˜Š

Happy Appwriting!

๐Ÿš€ Feature: Adding FireText SMS Adapter

๐Ÿ”– Feature description

Adding adapter for the FireText SMS provider.

๐ŸŽค Pitch

Many of the SMS adapters currently available are not for UK-Specific providers. Some businesses require use of a domestic provider for policy reasons. FireText is a well-known and government-approved UK-based provider.

๐Ÿ‘€ Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

๐Ÿข Have you read the Code of Conduct?

๐Ÿš€ Feature: Vonage Messages Adapter

๐Ÿ”– Feature description

The current Vonage SMS adapter uses the SMS API:

$result = $this->request(
method: 'POST',
url: 'https://rest.nexmo.com/sms/json',
headers: [
'Content-Type' => 'application/x-www-form-urlencoded',
],
body: [
'text' => $message->getContent(),
'from' => $this->from ?? $message->getFrom(),
'to' => $to[0], //\implode(',', $to),
'api_key' => $this->apiKey,
'api_secret' => $this->apiSecret,
],
);

However, we should add support for the Messages API.

Reference:

๐ŸŽค Pitch

The SMS API is limited to SMS and is more expensive than their Messages API1

image

๐Ÿ“ Tasks

  • Create Utopia\Messaging\Adapter\VonageMessagesBase that handles the common things between the different message types
  • Create Utopia\Messaging\Adapter\SMS\VonageMessages that can send SMS messages using the Vonage Messages API

๐Ÿ‘€ Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

๐Ÿข Have you read the Code of Conduct?

Footnotes

  1. https://www.vonage.com/communications-apis/pricing/ โ†ฉ

๐Ÿš€ Feature: Adding Seven, Sinch, Infobip, Clickatell and Plivo SMS adapters

๐Ÿ”– Feature description

Adding adapter for the following SMS providers

  • Seven
  • Sinch
  • Infobip
  • Clickatell
  • Plivo

Also, having a quick pricing overview from low to high for a specific country would be good because there are so many SMS providers.

I've added those I'm using; of course, more can be added the same way.

๐ŸŽค Pitch

Different Adapters have much lower prices in certain situations.

๐Ÿ‘€ Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

๐Ÿข Have you read the Code of Conduct?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.