From Bright Pattern Documentation
Jump to: navigation, search
 
(Updated via BpDeleteTranslateTags script)
 
Line 1: Line 1:
<translate>= Create SMS Account=
+
= Create SMS Account=
 
This method creates an SMS account with name ''&lt;sms_account_name&gt;''. The ''host'' and ''port'' parameters are required; the other parameters are optional.
 
This method creates an SMS account with name ''&lt;sms_account_name&gt;''. The ''host'' and ''port'' parameters are required; the other parameters are optional.
  
Line 58: Line 58:
  
 
<center>[[provider-api-specification/DeleteTrunk|< Previous]]  |  [[provider-api-specification/DeleteSMSAccount|Next >]]</center>
 
<center>[[provider-api-specification/DeleteTrunk|< Previous]]  |  [[provider-api-specification/DeleteSMSAccount|Next >]]</center>
</translate>
 

Latest revision as of 04:02, 29 May 2024

• 5.19 • 5.2 • 5.3 • 5.8

Create SMS Account

This method creates an SMS account with name <sms_account_name>. The host and port parameters are required; the other parameters are optional.

The smppType parameter can accept one the following values:

  • TRANSCEIVER
  • SENDER
  • RECEIVER


Request

URL http[s]://<host>:<port>/configapi/v2/selfservice/smsaccount/<sms_account_name>
Method POST
Body Tenant and trunk registration parameters (content type: application/JSON)
Example
{
   "carrier":"the best provider",
   "host":"host name",
   "port":9999,
   "maxRate":33,
   "systemId":"system ID",
   "password":"top secret",
   "smppType":"SENDER"
} 


For more information about SMS account parameters, see the Bright Pattern Contact Center Service Provider Guide, section SMS/MMS Accounts.


Response

Code Description
200 Success
400 Bad arguments
403 Access denied
500 Server error



< Previous | Next >
< Previous | Next >