You can send SMS from Mapsly using your Twilio account, through the Invoke URL action.
To configure it, you need to add Invoke URL action:
In the Invoke URL fill in the following:
Action Name
Method: POST
Content Type: POST FORM
Header parameter: Authorization: Basic {YOUR_AUTHORIZATION_TOKEN} , where YOUR_AUTHORIZATION_TOKEN is the Basic-type authorization token that consists of username:password pair which needs to be encoded in base64:
Use exactly this format to encode properly in Value: Basic {{ ('SID'~':'~'AuthToken') | base64_encode }}
Form parameter: From which is your Twilio phone number
Form parameter: To which is the record's phone number, i.e. {{record.phone}}
Form parameter: Body which is the SMS text
You can access your Account SID, Auth Token and the Twilio phone number in your Twilio account dashboard:
You should end up with the following request:
If you have any questions or need help with configuring your Twilio SMS automation contact Mapsly support team 24/7 by chat or email at [email protected], we'll be happy to help.





