[WPD-399] Use Kavenegar SMS API for SMS Service#21
Open
ParsaSoroush wants to merge 3 commits intomasterfrom
Open
[WPD-399] Use Kavenegar SMS API for SMS Service#21ParsaSoroush wants to merge 3 commits intomasterfrom
ParsaSoroush wants to merge 3 commits intomasterfrom
Conversation
MichaelAndish
requested changes
Feb 18, 2026
Contributor
MichaelAndish
left a comment
There was a problem hiding this comment.
Please don't change other core files, if you want to add a new provider I expect only see the changes in this directory:
- internal/infrastructure/provider/kavenegar and example of config + registry import
Comment on lines
16
to
20
| defaults: | ||
| email: memory | ||
| sms: memory | ||
| sms: kavenegar | ||
| push: memory | ||
| chat: memory |
Contributor
There was a problem hiding this comment.
NEVER change memory as default provider
Comment on lines
+1
to
+3
| meta { | ||
| name: Chat | ||
| seq: 2 |
Comment on lines
+1
to
+3
| meta { | ||
| name: Email | ||
| seq: 3 |
Comment on lines
+1
to
+4
| meta { | ||
| name: Push | ||
| seq: 4 | ||
| } |
Comment on lines
+1
to
+3
| meta { | ||
| name: SMS | ||
| seq: 5 |
| name: Clear All Messages | ||
| type: http | ||
| seq: 99 | ||
| seq: 6 |
Comment on lines
14
to
18
| { | ||
| "to": ["+1234567890"], | ||
| "message": "Your verification code is 123456" | ||
| "from": "2000660110", | ||
| "to": ["09995166252"], | ||
| "message": "Kavenegar SMS API Web Service" | ||
| } |
| module github.com/weprodev/wpd-message-gateway | ||
|
|
||
| go 1.25 | ||
| go 1.25.7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.