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)
Return Tinyint 1 if OK and 0 otherwise
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