Introduction

Free Mobile is the first french mobile provider to offer a service to text yourself. It’s not a complete API, but a specific endpoint that you can easily call from anywhere, to notify yourself via SMS.

It can be used in many use-cases; for instance to send a SMS when your connected home has detected an event, to tell you when your NAS has finished downloading a file, to send status notifications from your home firewall. It can also be used in Make to send you a SMS when a module fails, when a scenario starts or finishes, when a specific data has been processed, etc.

This great service is a good starting point to learn how to build a new Custom App in Make. It can then be used anywhere in your scenarios.

With Make, when there is no specific native App and you want to call a service, you have two options:

This tutorial explains how to create the Custom App for Free Mobile / Send a SMS. It’s a step-by-step tutorial.

<aside> 💡 If you want to use the Free Mobile Custom App without having to build it, we share a link at the end of this document, so that you can install the running version of it in your Organization (it won’t give you the source, just the runtime).

</aside>

If you have the luck to be in France and to be a customer of Free Mobile, you can have it working right-away. If not, we hope this will at least help you understand the basics of Make Custom Apps.

Obviously, you can build much more advanced Custom Apps, with dynamic fields, advanced data mapping, pagination, etc. This tutorial is here to help you get started.

Implementation

Let’s start building the Custom App. Follow the steps below to create and deploy the App. Step 2 is optional; it helps understand how the Free Mobile service works.

Step 1: get the User and Password (API Key) from Free Mobile

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/e7293c82-ba95-4b77-b2dc-26b2427c0bf0/image21.png

In the website of Free, there is now the option to enable SMS notifications. You can go to “Mes options” and enable “Notifications par SMS”; it will generate a new “Clé API” that you will copy somewhere for the next steps.

<aside> 💡 Link to the “Options” page of Free Mobile: Options Free Mobile

</aside>