Skip to content

Instantly share code, notes, and snippets.

@nrobinson2000
Last active September 15, 2017 11:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nrobinson2000/011f900e47e826b718004bf96e857b28 to your computer and use it in GitHub Desktop.
Save nrobinson2000/011f900e47e826b718004bf96e857b28 to your computer and use it in GitHub Desktop.
Particle IFTTT maker channel webhook example
{
"eventName": "name-of-particle-event",
"url": "https://maker.ifttt.com/trigger/NAME_OF_IFTTT_EVENT/with/key/PUT_YOUR_IFTTT_KEY_HERE",
"requestType": "POST",
"json": {
"value1": "{{SPARK_EVENT_VALUE}}"
},
"mydevices": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment