How to use api in webhook

Dear all

i want to use a third party API service for SMS

http://sms.teleosms.com/api/mt/SendSMS?user=demo&password=demo123&senderid=TELEOS&channel=Trans&DCS=...

what is the setting to trigger a webhook call that can trigger SMS,

please help i don’t have more knowladge for this.

0 3 223
3 REPLIES 3

If you are using a GET method, create an action of type “Go to an external url” and construct the required url using a CONCATENATE().

If you want to trigger a POST method, then you can do it using webhook. See this:

dear sir

I’m have already tried external action as ur above reference. it’s working but it’s open a new window every time when we trigger action. I want to trigger this webhook in the background.

can you provide a setup body screenshoot? with get method webhook.

http://sms.teleosms.com/api/mt/SendSMS?
Data:
“ru1ru1TELEOSPromo##0091999xxxxxxxThis is test message”
Response :
“000Done2004291999xxxxxxxqY100LoTRUOoHU2gzFcrWA”

please help me to setup webhook with post

1) API Documentation – Teleo SMS Support

Top Labels in this Space