API

  • API Status - Turn this on if you want to use APIs otherwise keep it off
  • API URL, Client ID, Client Secret - copy & use these data to use our APIs
  • Allowed IPs - add comma separated IPs (IPV4) you want to connect our APIs from, APIs can be connected only from entered IPs and if you want to allow APIs to connect from anywhere then leave it blank.

Webhook - To receive SMS on your application using webhook

  • HTTP Method - Select HTTP method supported by your webhook
  • Request URL - Add your webhook URL where data needs to be send
  • Query Parameters - If request is GET request or If you need to send any params in URL then add it here
  • Body Type - If request is POST then you need to select appropriate Body Type supported by your webhook
  • Body Parameters - If request is POST request then you can add parameters here according to your Body Type

Available Variables for Query Params and Body Params

  • ${id} - SMS Unique ID
  • ${source} - SMS sender
  • ${destination} - SMS receiver
  • ${text} - SMS message raw data
  • ${time} - SMS received time