FUNCTION MAIN
xxx_SetGetToken('your_token') // you generate the Token on the API/REST provider's website
xxx_SendMessage( '55 11 92345-6789', ;
'Hello Hurricane, information about the product you requested',;
{'PROD.PDF', 'PROD.PNG'} ) // sending text and 2 files
RETURN NIL