Can I post an image in json request to URL in IFTTT Maker Trigger?

雨燕双飞 提交于 2019-12-10 19:08:20

问题


Recently, IFTTT introduce its Channel Maker. You can trigger an action by send post request to a specific URL with a json(three key:value elements).

It means by making your own trigger URL, you can easily post { "value1": "your first value", "value2": "your second value", "value3": "your third value" } data to trigger an action.

I have made an Applet to post some text value to the URL and create a note in my Evernote account with those text. To carry this idea further, I want to post images to create notes in Evernote.

So I am wondering if there is a way to send json request with images?


回答1:


You may be able to use the maker service to add filter code which would allow you to pull the image into a stream, then post it that way, not sure, plan on trying soon.



来源:https://stackoverflow.com/questions/44351030/can-i-post-an-image-in-json-request-to-url-in-ifttt-maker-trigger

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!