IFTTT SERVICE:
Your key is: SECRET_KEY
To trigger an Event
Make a POST or GET web request to:
https://maker.ifttt.com/trigger/EVENT_NAME/with/key/SECRET_KEY
With an optional JSON body of:
{ “value1” : “”, “value2” : “”, “value3” : “” }
The data is completely optional, and you can also pass value1, value2, and value3 as query parameters or form variables. This content will be passed on to the Action in your Recipe.
You can also try it with curl from a command line.
curl -X POST https://maker.ifttt.com/trigger/EVENT_NAME/with/key/SECRET_KEY
————————-
So, my webhook config is:
URLs:
TYPE: POST
URL https://maker.ifttt.com/trigger/EVENT_NAME/with/key/SECRET_KEY
Arguments:
Key: SECRET_KEY
Value: {post_permalink}
Check JSON “Send the arguments in JSON format”
Headers:Key and Value same as arguments.
I tried everything…
Trigger firing with arbitrary value1, value2 from direct IFTTT site.
I don’t know …
Thanks again!