Heylp is an IFTTT Applet very usefull to avoid inexcepted conversations you don't want to have.
Imagine you meet a person you know randomly in the street. Don't want to talk with him ? Just use our Heylp applet to simulate a ringtone and hang on the phone !
Simple and efficient !
When you launch the process of Heylp you just send a request to IFTTT Webhooks to open your phone music player.
Shopify, Youtube, Youtube Music or another music player ?
It's not a problem, our applet handle many way to listen music so that it wouldn't be difficult for you to launch our applet and avoid conversations !
First of all you'll need to create your Heylp applet on IFTTT. It's free and simple, just follow the next steps.
There are 2 ways to activate our applet now, choose your favorite !
First you'll need your Webhooks API key :
Get your API key on the documentation on top-right corner of this web page.
Then with this link you can activate your new API : https://maker.ifttt.com/trigger/{{event-name}}/with/key/{{key}}
(replace {{event-name}} and {{key}} with your event name (heylp in our example) and your own key that you've just get).
If you don't have your Webhooks API key please see above how to get it.
Only with this curl line you'll be able to trigger your new API and play music on your phone : curl -X POST https://maker.ifttt.com/trigger/{event-name}/with/key/{{key}}
(replace {{event-name}} and {{key}} with your event name (heylp in our example) and your own key that you've just get).