Skip to content

[WPD-399] Use Kavenegar SMS API for SMS Service#21

Open
ParsaSoroush wants to merge 3 commits intomasterfrom
WPD-399-Use-Kavenegar-SMS-API-For-SMS-Service
Open

[WPD-399] Use Kavenegar SMS API for SMS Service#21
ParsaSoroush wants to merge 3 commits intomasterfrom
WPD-399-Use-Kavenegar-SMS-API-For-SMS-Service

Conversation

@ParsaSoroush
Copy link
Collaborator

No description provided.

@ParsaSoroush ParsaSoroush self-assigned this Feb 18, 2026
@ParsaSoroush ParsaSoroush added the enhancement New feature or request label Feb 18, 2026
Copy link
Contributor

@MichaelAndish MichaelAndish left a comment

Choose a reason for hiding this comment

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

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
Copy link
Contributor

Choose a reason for hiding this comment

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

NEVER change memory as default provider

Comment on lines +1 to +3
meta {
name: Chat
seq: 2
Copy link
Contributor

Choose a reason for hiding this comment

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

revert it back

Comment on lines +1 to +3
meta {
name: Email
seq: 3
Copy link
Contributor

Choose a reason for hiding this comment

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

revert it back

Comment on lines +1 to +4
meta {
name: Push
seq: 4
}
Copy link
Contributor

Choose a reason for hiding this comment

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

revert it back

Comment on lines +1 to +3
meta {
name: SMS
seq: 5
Copy link
Contributor

Choose a reason for hiding this comment

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

revert it back

name: Clear All Messages
type: http
seq: 99
seq: 6
Copy link
Contributor

Choose a reason for hiding this comment

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

revert it back

Comment on lines 14 to 18
{
"to": ["+1234567890"],
"message": "Your verification code is 123456"
"from": "2000660110",
"to": ["09995166252"],
"message": "Kavenegar SMS API Web Service"
}
Copy link
Contributor

Choose a reason for hiding this comment

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

revert it back

module github.com/weprodev/wpd-message-gateway

go 1.25
go 1.25.7
Copy link
Contributor

Choose a reason for hiding this comment

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

upgrade it to 1.26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments