in URL enter: url-of-smseagle/http_api/send_sms
where url-of-smseagle is actual IP address or domain name of your SMSEagle
Method: GET
Payload type: text
Request parameters:
access_token=ACCESS_TOKEN&to=~mobileno~&message=~message~
(replace ACCESS_TOKEN with previously generated API access token)
More parameters can be added to the API call, a detailed description can be found here – HTTP API under “Send SMS: HTTP GET method”.