Integration to PicWish

Hi all. Silly question I know but I’m trying to use HTTP module to trigger an API with PicWish. They currently are not integrated to make natively so I need to try figure it out and I’ve been unsuccessful so far. Hopefully you can help.

I would usually select JSON when configuring the call but in the documentation I see no example code using JSON. I’m very much a novice so this could be staring me in the face.

image

Any help or pointers would be super appreciated.

For the authorization you can use the http modul > “make an API Key Auth request”

For the File upload
Try it like this:


You will need the data as binary somehow in make.com

2 Likes

This is perfect. Thanks so much. It was the form-data bit that I was missing. Thanks again.