Terms and Privacy •
SMS CampaignSMS Marketing is sending promotional broadcast or transactional messages for marketing purposes to your contact lists through SMS. You can automate workflows for effective communications like time-sensitive offers, updates and alerts to the people of have consented to receive messages from your business. Here are the advantages of sending SMS Campaigns: It builds customer loyalty, nurtures leads, and increases direct sales. It improves brand awareness every time a recipient clicks on your sms. It automates sending bulk sms which are time-consuming processes. You can also observe in real time how the SMS campaign is performing. If you’re not using campaign in your sms marketing efforts, you’re undermining your campaign’s full potential. The following description will help you get a better understanding of some of the functionalities. •••
Showing
GET
https://api.taximail.com/v2/campaign
Example Request
Example Result
•••
Fields
•••
Response Code
•••
Creating
POST
https://api.taximail.com/v2/campaign
Example Request
Example Result
•••
Fields
•••
Response Code
•••
Campaign detail
GET
https://api.taximail.com/v2/campaign/{campaign_id}
Example Request
Example Result
•••
Fields
•••
Response Code
•••
Updating
PUT
https://api.taximail.com/v2/campaign/{campaign_id}
Example Request
Example Result
•••
Fields
•••
Response Code
•••
Deleting
DELETE
https://api.taximail.com/v2/campaign/{campaign_id} Example Request
Example Result
•••
Fields
•••
Response Code
•••
Multipart SMS messagesIf the message length sent through SMS API, exceeds the SMS character limit of 160 characters in the case of 7bit encoding (or 70 characters for UCS-2 encoding), the message will split to multiple separate SMS and sent to the sender separately. For messages on the phone, a special header (UDH) is set for each message, it states the order and message each part belongs to. This special UDH shortens the length of each combined 7-bit message to 153 characters (67 characters for UCS-2). GSM Encoding : The Latin-based languages such as Chinese, Spanish, and Greek use GSM character encoding. Each GSM character accounts for 7 bits, thus allowing a maximum of 160 characters per SMS. The Languages not based on Latin use a different encoding process called Unicode. It is commonly known as Unicode Transformation Format (UTF-16). Unicode Encoding : Each UTF-16 character accounts for 16 bits per character, it allows a maximum of 70 characters per text. Depending on how many UTF-16 characters are used, this will make a small change on the final character count.
|