Summary
How it works
Date
COPY_ARRAY
IS_WEEKEND
Decimal
COPY_ARRAY
Development
LINK_OPEN
VALIDATE
VALIDATE_TRANSACTION
VIEW_SCREEN
Integer
COPY_ARRAY
File
CREATE_DIRECTORY
UNZIP
UPLOAD
LIST_FILES
LIST_DIRECTORIES
GET_HASH
GET_EXTENSION
GET_NAME
GET_COMPLETE_NAME
PATH_TO_VOLUME
DOWNLOAD
VOLUME_TO_PATH
ZIP
Image
GENERATE_CODE
IMAP
LIST_DIRECTORIES
JSON
COUNT
SET_VALUE
GET_KEYS
GET_TYPE
GET_POS_KEY
GET_ONE
GET_VALUE
DEL_KEY
TO_ARRAY
SMS
SEND
SMTP
SEND_EMAIL
Stock
GET_COST
GET_AVAILABLE_QTY
Text
RANDOM
COUNT_OCCURRENCES
COPY_ARRAY
SPLIT
IS_NUMERIC
HTML_DECODE
HTML_ENCODE
HTML_TO_TXT
LINK_DECODE
LINK_ENCODE
REPLACE
RTF_TO_TXT
User
CHECK_PASSWORD
Sale
GET_PRICE
CLOSE_ORDER
func X3.EN_SMS_SEND(Char MESSAGE_IN, Char SENDER_IN, Char PLANNING_IN, Clbfile LINK_IN, Char RECIPIENT_IN) : Tinyint
Allows you to send an SMS to a mobile phone number
Freemium limitation: 10 SMS per month, sender's name cannot be modified, no link
- MESSAGE_IN Char Message to send with #LINK" tag if link present
- SENDER_IN Char Sender name (for some countries) (11 characters without spaces or special characters or "")
- PLANNING_IN Char Date and time of programmed or empty sending ("YYYY-MM-DD HH:MM:SS" GMT0 time or "")
- LINK_IN Clbfile Possible link which will be automatically shortened (to 18 characters) and added instead of #LINK# in the message.
- RECIPIENT_IN Char Recipient number (Only numbers with area code. Ex: France: 33651504481, USA/Canada: 15814464471)
Exemples
func X3.EN_SMS_SEND("Here is a link: #LINK#. My test message", "", "2023-03-29 20:00:00", "https://lvexpertisex3.com", "15814464471")
Send an SMS immediately with the message "Here is a link: #LINK#. My test message" to the Canadian number 15814464471 on March 29, 2023 at 20:00 GMT0