Make a request »

SmsService.SendSmsMessage

Send an existing SMS to one or more mailing lists by providing all necessary data in the request. If no sender name is included in request, the mailing list sender name will be used. Date format is yyyyMMddTHHmmss. Also allows for use of linked SMS, that is if more than 160 chars (70 chars when special chars are present) an additional SMS will be sent. Optional to include a CampaignId. This method returns a SendQueueId in response to a successful call. Note! "SMS", as well as "Linked SMS" are add-on features of APSIS Pro. Please contact Efficy at customerservice.apsis@efficy.com if you would like to use these features. (direct) See code examples


URL Parameters

Http verb: POST
URI: Full url: http://se.api.anpdm.com/v1/sms/send
URL parameters:
Not used

Body parameters

Body parameters
smsMessageSending
The details about the SMS sending to be performed

SmsMessageId Int32 The identifier of the SMS to send (required)
MailingListIds List
<Int32>
The list of MailingListId values to send to (required)
SenderName String The sender name (optional). If not provided, the mailing list sender name will be used. 3 to 11 characters (a-z, A-Z and 0-9). Note that not all providers support spaces in the sender name. It can be removed in some cases.
SendDate String The date and time when the SMS will be sent (optional). If not provided, SMS will be sent immediatelly.
FilterId Int32 For sending to a subset of recipients on the mailing list(s) (optional). If not provided, SMS will be sent to all mailing list(s) recipients
CampaignId String Campaign identifier for future use (optional). Max 50 chars allowed.
Body Example

Response

Body parameters
returnsResponseThe SendQueueId value
Body Example


Help

Code examples