Get mobile notifications.

Get your cloud set up for receiving notifications on motion or button press.

Create a new IFTTT Applet

1. Create a new "If This Then That" account

Go to ifttt.com, click "get started" and create a new account.

2. Create a new Applet

Create a new IFTTT Applet by clicking "create" in the top right corner.

3. Create the "If This" trigger

Click on the "If This" button, search for "Webhooks" and choose "Receive a web request". Fill in the name of your event (use underscores for spaces) and press "Create Trigger".

4. Create the "Then That" action

Click on the "Then That" button, search for "Notifications" and choose "Send a notification from the IFTTT app". Fill in the message you want the notification to say and press "Create Action".

5. Review and finish your Applet

Check if everything is ok in your Applet, and click on "Finish".

6. Install the IFTTT app

To receive notifications on your phone, install the IFTTT app and log in.

GET IT ON Google Play

Pair the IFTTT Applet to The Things Network

1. Get your Webhooks URL

In your newly created Applet, click the Webhooks icon: . Go to "Documentation" and copy and paste the key on top of the page in the field below. Also fill in the webhook event name that you chose above.

2. Go application integrations

In the The Things Network Console, go to your application, then go to integrations. Choose the "Webhooks" integration.

3. Add a new Custom Webhook

Click on "Add webhook" and choose "Custom webhook". Choose a name for this integration in the "Webhook ID" field, select the JSON "Webhook format" and copy the url above in the Base URL field. Don't forget to click "Enabled" under "Enabled messages", "Uplink message".

4. Confirm workings

Your phone should now get a notifiaction, each time a message from your Dramco Uno is received. Use this in combination with the "sendOnButtonPress" and "sendOnMotion" examples in Arduino.