Send message Bulk SMS using API

You are here:
Estimated reading time: 1 min

Integrate your application with Guni SMS API. Send bulk SMS in less than 2 minutes using API.

 Firstly you need API credentials to send SMS via API.

Go to Integration > Create APP token. Follow the instructions here. 

Example request with Basic Authentication 

curl --location 'https://api.gunisms.com.au/api/v1/gateway/bulk' \ 
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWJqZWN0IjoiNjAxOGUzYjI3ZDMyYjgxOTY3' \ 
--header 'Content-Type: application/json' \ 
--data '{ 
"name": "My BulkSMS", 
"description": "My BulkSMS Description", 
"sender": "61439543031", 
"message": "My bulk message", 
"contacts": [ 
"61481071500","61481071501" 
] 
}' 
  • Authorization: Bearer  
  • Name: Add campaign name 
  • Sender: Four options are available as a sender 
     
  • #SharedNum#: Our system will assign numbers from a random number pool.   
  • Dedicated number:  You need to buy a virtual number from us. This is a unique number used by your account. Your customers will get messages from the same number. 
  • Business Name:  You can use a dynamic name such as “Guni”. The Guni team must approve a business name. 
  • Personal Number: Number that you have registered with Guni account. 
  • Messages: Send your text message. 
  • Contacts: Add receipts numbers here in the list; you can add 100 contacts in one go. 

Configure webhook for delivery reports and reply

Find instruction here  

Was this article helpful?
Dislike 0
Views: 1