Process Management
IFTTT
4min
getting started with ifttt we built the ifttt modules to give you even more flexibility with your automations by letting you exchange data between a make on make and an applet on ifttt currently, the following modules are available trigger receive data from an applet action send data to an applet the above modules also allow you to connect and control arbitrary iot devices connected to ifttt \ receive data using the receive data module, you can get data from an arbitrary trigger in the ifttt applet follow the steps below to achieve this create a new applet on ifttt or go to an existing one that contains the trigger from which you'd like to send data to make create a new make on make using ifttt receive data as the first module go to ifttt and in the settings of the webhook make a web request action fill in the following values example json { "value1label" "{{value1}}", "value2label" "{{value2}}" } the json can contain an arbitrary amount of values value1label is a label how the value will be presented in make {{value1}} is an ingredient from the ifttt trigger turn your ifttt applet on and run it once this will send sample data to the make webhook which had been listening for data once the webhook receives the sample data, click 'ok' to continue and use the data received from ifttt in subsequent modules of your make make complete your make in make and turn it on send data follow the steps below to send data from make to a trigger in an ifttt applet and run any ifttt action using the send data module create a new applet on the ifttt platform ( https //platform ifttt com/ https //platform ifttt com/ ) go to make and insert the module ifttt send data to your make that shall send data to ifttt once your make setup on make is complete, make sure you save it and turn it on to begin sending data to your newly created ifttt applet now you can use this data in subsequent actions in your applet to achieve the intended integration