How can I upload an image to Pinterest using HTTP module

I’m trying to figure out how I can upload an image to Pinterest using the HTTP module. I’m having a hard time figuring out how this is supposed to be set up. The errors codes I’m getting are going a little over my head so I would appreciate someone breaking this down for me. First I have DALL-E creating an image for me.

Then, the HTTP module grabs the link. To my understanding (and I might be wrong on this, I’m no expert) this module is supposed to grab an image file that can be saved and uploaded to a social media platform. Here is how I have the HTTP module set up:

and then, this is what the output looks like for the HTTP module:

Finally, I’m trying to get Pinterest to grab the image from HTTP as well as the title and description from previous modules, so they may be uploaded to Pinterest. I don’t think I’m setting this up correct and the errors codes I’m getting are too technical for me to understand. Here is how the Pinterest module is set up:



And then, this is what the Pinterest error looks like when I try to run my scenario:



Thank you in advanced for your help!

Hey Daniela,

one of the items is too long. Pinterest has a limit on how long strings can be, you can find them in the documentation here. Make sure the title, description, alt-description etc. are not too long and fall under the limits.

Thanks Stoyan! I’ve fixed the title, description, and links to ensure they don’t pass the character limit for Pinterest. The part I’m getting stuck on now is the image. Pinterest keeps grabbing the image data instead of the actual image, at least I think it’s doing that. Do you by chance know how I can fix that?