Summary
How it works
Crystal Reports
Date
COPY_ARRAY
IS_WEEKEND
Decimal
COPY_ARRAY
Development
LINK_OPEN
VALIDATE
VALIDATE_TRANSACTION
VIEW_SCREEN
Integer
COPY_ARRAY
Short Integer
COPY_ARRAY
File
CREATE_DIRECTORY
CSV_TO_XLSX
DEL_DIRECTORY
DOWNLOAD
GET_COMPLETE_NAME
GET_EXTENSION
GET_HASH
GET_NAME
LIST_DIRECTORIES
LIST_FILES
PATH_TO_VOLUME
UNZIP
UPLOAD
VOLUME_TO_PATH
ZIP
FTP
DELETE
DOWNLOAD
LIST
UPLOAD
Image
GENERATE_CODE
IMAP
LIST_DIRECTORIES
JSON
COUNT
DEL_KEY
GET_KEYS
GET_ONE
GET_POS_KEY
GET_TYPE
GET_VALUE
SET_VALUE
TO_ARRAY
SMS
SEND
SMTP
SEND_EMAIL
Stock
GET_AVAILABLE_QTY
GET_COST
Text
COPY_ARRAY
COUNT_OCCURRENCES
HTML_DECODE
HTML_ENCODE
HTML_TO_TXT
IS_NUMERIC
LINK_DECODE
LINK_ENCODE
RANDOM
REPLACE
RTF_TO_TXT
SPLIT
TO_BASE64
User
CHECK_PASSWORD
Sale
CLOSE_ORDER
GET_PRICE
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)
Examples
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