Sms methods
Provides operations for interacting with SMS messages
- CreateSmsMessage
Create new SMS message on the account. (direct)
- GetIncomingSmsMessages
Retrieve Incoming SMS Messages (direct)
- GetSmsCredits
Retrieve number of SMS credits currently left on the account. Inform whether account is configured to accept linked SMS messages. (direct)
- GetSmsMessages
Retrieve all sms messages from the account (except deleted or hidden messages). (direct)
- GetSmsRecipientsBySendQueueId
Retrieve SMS recipients (direct)
- Send
Send single SMS to one recipient by providing all necessary data in the request. If no sender name is included in request, your default APSIS Pro SMS sender name will be used. Date format 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. Note! "SMS", as well as "Linked SMS" are add-on features of APSIS Pro. Please contact Apsis at customerservice.apsis@efficy.com if you would like to use these features. (direct)
- 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)