mirror of
https://github.com/NdoleStudio/httpsms.git
synced 2026-04-26 11:25:49 +03:00
[GH-ISSUE #18] Integration with Wordpress plugin #2
Labels
No labels
In Review
documentation
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/httpsms#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @toppwap on GitHub (Sep 23, 2022).
Original GitHub issue: https://github.com/NdoleStudio/httpsms/issues/18
Originally assigned to: @AchoArnold on GitHub.
Hello,
I am a fellow african and have been searching for an open source gateway like yours. I am happy that this one just works.
See, I am not a developer myself, so i am having a hard time figuring out how to use this api with a Wordpress plugin I use. There are some credentials i need to fill. Can you point me at the right direction.? Please have a look: https://imgur.com/nIP5U2Y
@AchoArnold commented on GitHub (Sep 24, 2022):
I've not used WordPress for a very long time but I'm happy to help. Which plugin are you using to connect to the API?
@toppwap commented on GitHub (Sep 24, 2022):
It is an internal plugin. The values i need are:
SMS Gateway URL
HTTP Header
Gateway Parameters
@AchoArnold commented on GitHub (Sep 24, 2022):
Hey @toppwap,
Try the following values,
SMS Gateway URL
HTTP Header
Gateway Parameters
@toppwap commented on GitHub (Sep 26, 2022):
I only get this responses:
Via get: "Cannot GET messages/send"
Via post: "Method not allowed"
@AchoArnold commented on GitHub (Sep 26, 2022):
Hey @toppwap
It should be an http
POSTrequest. Also, the Content-Type should beapplication/json.You could try it out using the swagger playground here https://api.httpsms.com/index.html#/Messages
@AchoArnold commented on GitHub (Oct 1, 2022):
Any success @toppwap?
Feel free to open the issue again if you need help