Sms api setup not working v5

Helllo members, I need help setting up sms api to send a message on posting an order and receving a deposit for pre-pay customers.

I have followed this link
https://kb.sambapos.com/en/4-35-how-to-apply-sms-sending-implementation-on-sambapos/ .
here is the api provided on the guide and API provided by sms provider.

Our Api :http://api.mspace.co.ke/mspaceservice/wr/sms/sendtext/username=xxxxxx/password=xxxxxx/senderid=SOFTCODE/recipient=0707xxx151/message=MESSAGE FOR TEST

these are my screen shots

1

2

3

4

5

6

Your example api url has forward slashes but in samba you have put & for seperators.
& is common get url variables
If their api uses endpoint for variables with / may be reason.
Also if that’s the case order will likely be important fo make sure its number then message.

Yep, that works as browser url with /.
At least the response to a test is success.
FYI you left user and password in string on screenshot…

Thank you JTRTech for taking time to assist,i don’t get clearly where am going wrong with url setting.can you kindly help to format it .
http://api.mspace.co.ke/mspaceservice/wr/sms/sendtext/username=xxxxxx/password=xxxxxx/senderid=SOFTCODE/recipient=0707xxx151/message=MESSAGE
[/quote]

What happens?
That works in browser, although get auth error due to xxx

Samba is freezing then trying to check for a solution online, I suspect Samba is expecting & and @ from the url as i had tried with the screen shot 1.can I get assistance setting my url to work with samba.

Maybe using url printer, would likely work as a script.

Hey @nutihu did you manage to get this working