07b0e40de26e9ad29fb1a3f4b4f311f0296469a0.png
Website
Home/What's new?/New Additions

Custom Target with Infobip.

Timer1 min read
VenkataVenkata

To set up Infobip as a custom target within SurveySparrow, follow these instructions:

  1. Log in to your SurveySparrow account.
  2. Navigate to the 'Settings' menu and select 'Messaging.'
  3. Click on the 'Text' option and then choose 'Add new provider.'

    CTWI 1.png

 

Configuration : 


The message payload contains the necessary information to send the SMS message. It should be in JSON format and include the following fields:

 

URL Endpoint: https://zj324k.api.infobip.com/sms/2/text/advanced

Body :

{

  "messages": [

    {

      "destinations": [

        {

          "to": "{contact_mobile}"

        }

      ],

      "from": "Homzmart",

      "text": "{message}"

    }

  ]

}

 

Authorization: (Enter your API credentials here)

To get the API- key: https://www.infobip.com/docs/essentials/api-authentication


For reference and additional information, you can visit the Infobip API documentation : 
https://www.infobip.com/docs/api/channels/sms

Please feel free to reach out if you’ve any queries. We’re just a chat away!

Powered By SparrowDesk