|
8 (800) 700 7672 Free in Russia |
The API allows you to send messages through your projects and services over the HTTP/HTTPS, SMTP, and SMPP protocols. Ready-made libraries in different programming languages connect to your project and help you send messages from anywhere with a single command.
MESSAGES SENDING Sending an SMS message MANAGING MAILING LISTSComments in SMS messages Sending to a group of numbers Sending an HLR request Sending an MMS message Sending an e-mail message Sending a voice message (call) Sending a viber message Sending a telegram message Using prefixes when sending messages Managing message templates Managing operator templates Virtual sending (test mode) Event Notifications MESSAGE STATUSES Checking the status CHECKING THE BALANCE STATUSMessage statuses. Server response and error codes Status codes Error codes in the status Deleting a message MANAGING CONTACTS Actions with contacts and groups CLIENT MANAGEMENTContacts and groups. Server response and error codes Examples of operations with contacts Work with the subclient MANAGING SENDER NAMES (SENDER ID)Creating and uploading invoices and reports List of available operations with sender names GETTING DATAServer response and error codes Examples of actions with sender names Getting the history of sent messages VARIOUSReceiving incoming messages Getting statistics Request for rates Getting information about the operator Getting data about a short link | Sending an MMS messageTo send an MMS message, you must use the GET or POST method to call the address:
https://smscentre.com/sys/send.php?login=<login>&psw=<password>&phones=<phones>&mes=<message>&mms=1
If you plan to send any files (text, music, audio, video), then you need to send them using the POST method in the body http (s)-request to the server. It is also possible to send an external file in the request via the fileurlparameter, which contains the full http (s) address of the file, or to add an https link to the message text of a previously downloaded file, which you can find out in your personal account on the sending page by clicking "attach file" - " Downloaded files". The maximum number of attachments passed in a request is twenty, and the total size of all attachments must not exceed 300 KB. If the specified limits are exceeded, the remaining attachments will be transmitted as links. For an MMS message, specify the subject or text it is mandatory. Examples: Sending an MMS message with the subject "Privet" and the text "Hello": https://smscentre.com/sys/send.php?login=alex&psw=123&phones=79999999999&mes=Hello&subj=Privet&mms=1 Sending MMS with the subject "Holiday" and two photos via library based on cURL: <?php |
© 2003–2024 SMS Center LLC | support@smscentre.com Contacts | Design — Artemy Lebedev Studio Site Information |