We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current Vonage SMS adapter uses the SMS API:
messaging/src/Utopia/Messaging/Adapter/SMS/Vonage.php
Lines 48 to 61 in b499c3a
However, we should add support for the Messages API.
Reference:
The SMS API is limited to SMS and is more expensive than their Messages API1
Utopia\Messaging\Adapter\VonageMessagesBase
Utopia\Messaging\Adapter\SMS\VonageMessages
https://www.vonage.com/communications-apis/pricing/ ↩
The text was updated successfully, but these errors were encountered:
Hu @stnguyen90, can I have a go at it?
Sorry, something went wrong.
@naman1608, assigned! Thanks for your interest!
@naman1608, how's your progress on this? I'll need to unassign you soon if there's no activity.
naman1608
No branches or pull requests
🔖 Feature description
The current Vonage SMS adapter uses the SMS API:
messaging/src/Utopia/Messaging/Adapter/SMS/Vonage.php
Lines 48 to 61 in b499c3a
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
📝 Tasks
Utopia\Messaging\Adapter\VonageMessagesBase
that handles the common things between the different message typesUtopia\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?
🏢 Have you read the Code of Conduct?
Footnotes
https://www.vonage.com/communications-apis/pricing/ ↩
The text was updated successfully, but these errors were encountered: