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).

Manufacturer's documentation IFTTT

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


1 answer


You might be able to use the service manufacturer to add filter code that will allow you to pull the image into a stream and then post it that way, not sure if I plan on trying anytime soon.



+1


source







All Articles