You need to collect client_id and client_secret following below guide and need to share it to TBMS team via email.

API To Send SMS

  • Open Chrome extension
  • Go to Menu -> API Settings
  • API Status - Turn this on
  • Click on Save button
  • Then you will see Client ID and Client Secret
  • Copy it and send it to TBMS Team

Webhook - To receive SMS on TBMS

Get below required details from TBMS and fill it under "Webhook (Incoming SMS)" section and save it.

  • 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