Skip to content

Conversation

@iqbalhasandev
Copy link
Member

This pull request updates the ReveSMS integration to use the new API endpoint and modifies how requests are sent to comply with the provider’s requirements. The main changes include switching from the old smpp.revesms.com endpoint to apismpp.revesms.com and changing the request method for sending SMS messages from GET to POST with form parameters.

Provider endpoint changes:

  • Updated all references to the ReveSMS API endpoint from https://smpp.revesms.com to http://apismpp.revesms.com in configuration, provider code, and tests. [1] [2] [3] [4]

Request method and payload changes:

  • Changed the SMS sending logic in ReveSmsProvider from using a GET request with query parameters to a POST request with form parameters, matching the new API requirements.

@iqbalhasandev iqbalhasandev self-assigned this Oct 27, 2025
@iqbalhasandev iqbalhasandev added the bug Something isn't working label Oct 27, 2025
@iqbalhasandev iqbalhasandev merged commit 81d203e into main Oct 27, 2025
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants