africas_talker_sms v0.1.0 AfricasTalkerSms
Request arguments description:
param: username
type: binary
description: Your Africa’s Talking application username.
param: api_key
type: binary
description: Your Africa’s Talking application api_key.
param: to
type: binary
description: A comma separated string of recipients’ phone numbers.
param: message
type: binary
description: The message to be sent.
param: from
type: binary
description: Your registered short code or alphanumeric,
defaults to AFRICASTKNG.
param: bulk_sms_mode
type: int
description: This is used by the Mobile Service Provider to
determine who gets billed for a message sent
using a Mobile-Terminated ShortCode.
The default value is 1 ( which means that the sender i.e
Africa’s Talking account being used, gets charged ).
This parameter will be ignored for messages sent using
alphanumerics or Mobile-Originated shortcodes.
The value must be set to 1 for bulk messages.
param: enqueue
type: bool
description: This is used for Bulk SMS clients that would like to deliver
as many messages to the API before waiting for an
acknowledgement from the Telcos.
Possible values are 1 to enable and 0 to disable.
If enabled, the API will store the messages in a queue and
send them out asynchronously after responding to the request.
The default value is 1.
param: keyword
type: binary
description: The keyword to be used for a premium service.
Defaults to nil
param: link_id
type: binary
description: This is used for premium services to send OnDemand messages.
We forward the linkId to your application when the user
sends a message to your service. Defaults to nil.
param: retry_duration_in_hours
type: int
description: This specifies the number of hours your subscription
message should be retried in case it’s not delivered
to the subscriber. Defaults to 1.
param: timeout
type: int
description: This is the number of miliseconds the request should timeout in.
Defaults to 5000.
param: endpoint
type: binary
description: This specifies whether to use the live url endpoint
or the sandbox url endpoint. Defaults to live.
Link to this section Summary
Functions
Send non premium sms.