🚀 Feature: Vonage Messages Adapter

Open
#82 6 comments 0 reactions 1 assignee View on GitHub

@naman1608 is already working on this.

Since Jun 20, 2024.

Assessment

This issue has not been assessed yet.

Description

🔖 Feature description

The current Vonage SMS adapter uses the SMS API:

https://github.com/utopia-php/messaging/blob/b499c3ad11af711c28252c62d83f24e6106a2154/src/Utopia/Messaging/Adapter/SMS/Vonage.php#L48-L61

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 API^1

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?
Dominant language
PHP
Stars
24
Forks
70
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from utopia-php/messaging

All issues in utopia-php/messaging

Similar issues

More PHP issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.