Description
Add a schedule sending
Method
Post
Call
|
|
|
|
|
|
|
|
This is a unique ID to identify the client |
|
|
This is a GUID to identify the client and for access to the API |
|
|
Date of schedule send Format : YYYY-MM-DDThh:mm:ss (ISO format) (if don't exist the date is now) |
|
|
Message |
|
|
Phone number |
Result
<?xml version='1.0' encoding='UTF-8'?>
<api version="1">
<sends>
<send>
<id_send>5025</id_send>
<scheduled_time>12.12.2012</scheduled_time>
<message>Hello world!</message>
<to> 0041796543221</to>
<charge>1.5</charge>
</send>
</sends>
</api>
Result Attributes
|
|
sends[] | Contains list of sends |
send[] | Identify each send |
id_send | ID of the send |
scheduled_time | Date of schedule send |
message | message |
to | List of address book for this send |
charge | Required number of credit for this send |