Addition of new SMS endpoint
Is your feature request related to a problem? Please describe. New SMS endpoint. Many of the existing are dead
Describe the solution you'd like A new endpoint with below details. please consider adding it up
| Parameter | Value |
|---|---|
| Endpoint | https://www.99acres.com/onlineCampaign/getAppLink |
| Method | POST |
| Payload | {"phone" : "xxxxxxxxxx"} |
| Location | India |
| Identity | Sent! You can check your message now. |
| Endpoint Response : |
{
"data": "Sent! You can check your message now.",
"responseStatus": "OK",
"headers": null,
"link": null
}
Hi ๐
Please create a PR so it can be applied. You can check bomber.py to understand the API logic๐
Hi ๐
Please create a PR so it can be applied. You can check bomber.py to understand the API logic๐
Okay, I will make a PR soon ๐
Is your feature request related to a problem? Please describe. New SMS endpoint. Many of the existing are dead
Describe the solution you'd like A new endpoint with below details. please consider adding it up
Parameter Value Endpoint https://www.99acres.com/onlineCampaign/getAppLink Method POST Payload {"phone" : "xxxxxxxxxx"} Location India Identity Sent! You can check your message now. Endpoint Response :
{ "data": "Sent! You can check your message now.", "responseStatus": "OK", "headers": null, "link": null }
https://github.com/TheSpeedX/TBomb/issues/465#issue-2243400932