Is it possible to put an image in a json request for a url in an IFTTT launch trigger?
Recently, IFTTT has introduced its Channel Maker . You can initiate an action by sending a post request to a specific url using json (three elements: values).
This means that by creating your own trigger url, you can easily place {"value1": your first value "," value2 ":" your second value "," value3 ":" your third value "} data to trigger act.
I made an Applet to post some text value for the url and create a note in my Evernote account with this text. To continue this idea, I want to post note-taking images to Evernote.
So I'm wondering if there is a way to send a json request with images ?
+3
source to share